add alias gh=git help

This commit is contained in:
wangzengdi 2016-05-31 09:57:36 +08:00
parent 483f1208a5
commit 5fa4d9d760
1 changed files with 2 additions and 0 deletions

View File

@ -137,6 +137,8 @@ compdef _git ggu=git-checkout
alias ggpur='ggu'
compdef _git ggpur=git-checkout
alias gh='git help'
alias gignore='git update-index --assume-unchanged'
alias gignored='git ls-files -v | grep "^[[:lower:]]"'
alias git-svn-dcommit-push='git svn dcommit && git push github master:svntrunk'