Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Commit

Permalink
Add missing sub-subcommands to subcommand help outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcdonnell committed Feb 21, 2019
1 parent fe0f33a commit c0b4b96
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions git-flow-bugfix
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ git flow bugfix rebase
git flow bugfix checkout
git flow bugfix pull
git flow bugfix delete
git flow bugfix rename
Manage your bugfix branches.
Expand Down
1 change: 1 addition & 0 deletions git-flow-feature
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ git flow feature rebase
git flow feature checkout
git flow feature pull
git flow feature delete
git flow feature rename
Manage your feature branches.
Expand Down
3 changes: 3 additions & 0 deletions git-flow-hotfix
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ git flow hotfix start
git flow hotfix finish
git flow hotfix publish
git flow hotfix delete
git flow hotfix rebase
git flow hotfix track
git flow hotfix rename
Manage your hotfix branches.
Expand Down
2 changes: 2 additions & 0 deletions git-flow-release
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,10 @@ usage() {
git flow release [list]
git flow release start
git flow release finish
git flow release branch
git flow release publish
git flow release track
git flow release rebase
git flow release delete
Manage your release branches.
Expand Down
1 change: 1 addition & 0 deletions git-flow-support
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ usage() {
OPTIONS_SPEC="\
git flow support [list]
git flow support start
git flow support rebase
Manage your support branches.
Expand Down

0 comments on commit c0b4b96

Please sign in to comment.