Add some git aliases.

This commit is contained in:
Christophe Buffenoir 2013-12-06 11:00:08 +01:00
parent 9abd9a8c3f
commit 657c7daaa6
1 changed files with 2 additions and 0 deletions

View File

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