alias: gdel ohne löschen
This commit is contained in:
parent
e1471fe31e
commit
047771a6ab
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ alias untar="tar -xzf"
|
||||||
# git
|
# git
|
||||||
alias gsps="git stash && git pull && git stash pop"
|
alias gsps="git stash && git pull && git stash pop"
|
||||||
alias gcm="git commit -m"
|
alias gcm="git commit -m"
|
||||||
alias gdel="git add . && git stash && git stash drop"
|
alias gdel="git add . && git stash"
|
||||||
# vim
|
# vim
|
||||||
alias v="view"
|
alias v="view"
|
||||||
# docker
|
# docker
|
||||||
|
|
Loading…
Reference in a new issue