1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-09 17:00:44 +01:00

Merge pull request #1393 from agate/patch-2

Update plugins/git-flow/git-flow.plugin.zsh
This commit is contained in:
Robby Russell
2012-12-01 12:02:35 -08:00

View File

@@ -195,7 +195,7 @@ __git-flow-feature ()
'start:Start a new feature branch.'
'finish:Finish a feature branch.'
'list:List all your feature branches. (Alias to `git flow feature`)'
'publish: public'
'publish: publish'
'track: track'
'diff: diff'
'rebase: rebase'