mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 00:40:07 +00:00
add alias gh=git help
This commit is contained in:
parent
483f1208a5
commit
5fa4d9d760
1 changed files with 2 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue