Skip to content

Commit

Permalink
Merge pull request ohmyzsh#2303 from petervanderdoes/git-flow-avh
Browse files Browse the repository at this point in the history
Update git-flow-avh 1.7.0
  • Loading branch information
robbyrussell committed Dec 3, 2013
2 parents 6fa64b7 + 2ffca06 commit 8c93142
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion plugins/git-flow-avh/git-flow-avh.plugin.zsh
Expand Up @@ -41,6 +41,9 @@ _git-flow ()
'hotfix:Manage your hotfix branches.'
'support:Manage your support branches.'
'version:Shows version information.'
'finish:Finish the branch you are currently on.'
'delete:Delete the branch you are currently on.'
'publish:Publish the branch you are currently on.'
)
_describe -t commands 'git flow' subcommands
;;
Expand Down Expand Up @@ -95,7 +98,7 @@ __git-flow-release ()
'list:List all your release branches. (Alias to `git flow release`)'
'publish:Publish release branch to remote.'
'track:Checkout remote release branch.'
'delet:Delete a release branch.'
'delete:Delete a release branch.'
)
_describe -t commands 'git flow release' subcommands
_arguments \
Expand Down

0 comments on commit 8c93142

Please sign in to comment.