Skip to content

Commit

Permalink
Rename gh alias (git help) to ghh
Browse files Browse the repository at this point in the history
This conflicts with several tools, including NodeGH [1] and
scm_breeze [2].

[1] #5313
[2] #5321

Related: #5130
  • Loading branch information
mcornella committed Aug 20, 2016
1 parent 9981214 commit 76821f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/git/git.plugin.zsh
Expand Up @@ -151,7 +151,7 @@ compdef _git ggpush=git-checkout
alias ggsup='git branch --set-upstream-to=origin/$(git_current_branch)'
alias gpsup='git push --set-upstream origin $(git_current_branch)'

alias gh='git help'
alias ghh='git help'

alias gignore='git update-index --assume-unchanged'
alias gignored='git ls-files -v | grep "^[[:lower:]]"'
Expand Down

0 comments on commit 76821f5

Please sign in to comment.