mirror of https://github.com/ohmyzsh/ohmyzsh.git
add alias gh=git help
parent
483f1208a5
commit
5fa4d9d760
|
@ -137,6 +137,8 @@ compdef _git ggu=git-checkout
|
||||||
alias ggpur='ggu'
|
alias ggpur='ggu'
|
||||||
compdef _git ggpur=git-checkout
|
compdef _git ggpur=git-checkout
|
||||||
|
|
||||||
|
alias gh='git help'
|
||||||
|
|
||||||
alias gignore='git update-index --assume-unchanged'
|
alias gignore='git update-index --assume-unchanged'
|
||||||
alias gignored='git ls-files -v | grep "^[[:lower:]]"'
|
alias gignored='git ls-files -v | grep "^[[:lower:]]"'
|
||||||
alias git-svn-dcommit-push='git svn dcommit && git push github master:svntrunk'
|
alias git-svn-dcommit-push='git svn dcommit && git push github master:svntrunk'
|
||||||
|
|
Loading…
Reference in New Issue