diff --git a/common/.zshrc b/common/.zshrc index 56818e5..f3256ec 100644 --- a/common/.zshrc +++ b/common/.zshrc @@ -123,7 +123,7 @@ alias gitpull='git pull --stat --progress' alias gitpr='git pull --stat --progress --rebase' alias gitprst='git stash && git pull --stat --progress --rebase && git stash apply' alias gitprp='git pull --stat --progress --rebase && git push' -alias gitprst='git stash && git pull --stat --progress --rebase && git stash apply && git push' +alias gitprstp='git stash && git pull --stat --progress --rebase && git stash apply && git push' gitgrephistory(){ if [ $# = 1 ] ; then