Add some git aliases.
This commit is contained in:
parent
9abd9a8c3f
commit
657c7daaa6
1 changed files with 2 additions and 0 deletions
|
@ -113,6 +113,8 @@ 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'
|
||||
alias gitprp='git pull --stat --progress --rebase && git push'
|
||||
alias gitprst='git stash && git pull --stat --progress --rebase && git stash apply && git push'
|
||||
|
||||
gitgrephistory(){
|
||||
if [ $# = 1 ] ; then
|
||||
|
|
Loading…
Reference in a new issue