Add commands to git pull rebase with or without stash

This commit is contained in:
Christophe Buffenoir 2013-10-17 10:56:32 +02:00
parent ad4435dad0
commit 685de01599
1 changed files with 2 additions and 0 deletions

View File

@ -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