Fix gitprstp

This commit is contained in:
Christophe Buffenoir 2014-02-15 14:00:45 +01:00
parent fb34ddafe3
commit 9d55e17859
1 changed files with 1 additions and 1 deletions

View File

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