diff --git a/common/.zshrc b/common/.zshrc index 780cfe7..e2bdcb9 100644 --- a/common/.zshrc +++ b/common/.zshrc @@ -113,6 +113,8 @@ alias gitw='git instaweb --httpd=webrick' 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' gitgrephistory(){ if [ $# = 1 ] ; then