Fix gitprstp
This commit is contained in:
parent
fb34ddafe3
commit
9d55e17859
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue