bash: git alias
This commit is contained in:
parent
16d91e4700
commit
77e9fcd364
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ alias unmount="umount"
|
||||||
# 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"
|
alias gdel="git add . && git stash && git stash clear"
|
||||||
# vim
|
# vim
|
||||||
alias v="view"
|
alias v="view"
|
||||||
# docker
|
# docker
|
||||||
|
|
Loading…
Reference in a new issue