Merge pull request #626 from yous/git-flow-status

git-flow: remove non-existing subcommand
This commit is contained in:
Julien Nicoulaud
2019-05-26 19:44:27 +02:00
committed by GitHub
-1
View File
@@ -60,7 +60,6 @@ _git-flow ()
'hotfix:Manage your hotfix branches.'
'support:Manage your support branches.'
'version:Shows version information.'
'status:Shows some status.'
)
_describe -t commands 'git flow' subcommands
;;