Add commands to git pull rebase with or without stash
This commit is contained in:
parent
ad4435dad0
commit
685de01599
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue