bash: git alias

This commit is contained in:
Michael Grote 2021-11-23 13:37:22 +01:00
parent 16d91e4700
commit 77e9fcd364

View file

@ -150,7 +150,7 @@ alias unmount="umount"
# git
alias gsps="git stash && git pull && git stash pop"
alias gcm="git commit -m"
alias gdel="git add . && git stash"
alias gdel="git add . && git stash && git stash clear"
# vim
alias v="view"
# docker