diff --git a/plugins/git-hubflow/git-hubflow.plugin.zsh b/plugins/git-hubflow/git-hubflow.plugin.zsh index b0157c7a1..4e6d89e03 100644 --- a/plugins/git-hubflow/git-hubflow.plugin.zsh +++ b/plugins/git-hubflow/git-hubflow.plugin.zsh @@ -44,7 +44,10 @@ _git-hf () 'init:Initialize a new git repo with support for the branching model.' 'feature:Manage your feature branches.' 'release:Manage your release branches.' + 'help:Show available commands' 'hotfix:Manage your hotfix branches.' + 'push:Push the changes from your current branch (plus any new tags) back upstream.' + 'pull:Pull upstream changes down into your master, develop, and current branches.' 'support:Manage your support branches.' 'update:Pull upstream changes down into your master and develop branches.' 'version:Shows version information.'