diff --git a/common/.zshrc b/common/.zshrc index b2cc97c..1777f9a 100644 --- a/common/.zshrc +++ b/common/.zshrc @@ -109,6 +109,8 @@ alias gitlstags='git describe --tags' alias gittag='git tag -a' 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' gitgrephistory(){ if [ $# = 1 ] ; then