Add gitw shortcut

This commit is contained in:
Christophe Buffenoir 2013-10-09 11:09:45 +02:00
parent ef408d94d5
commit 388a12e336
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ alias gitlog='git log --name-status'
alias gittree='git log --graph'
alias gitlstags='git describe --tags'
alias gittag='git tag -a'
alias gitw='git instaweb --httpd=webrick'
gitgrephistory(){
if [ $# = 1 ] ; then