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

Commit c0b4b96

Browse files
committed
Add missing sub-subcommands to subcommand help outputs
1 parent fe0f33a commit c0b4b96

File tree

5 files changed

+8
-0
lines changed

5 files changed

+8
-0
lines changed

git-flow-bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ git flow bugfix rebase
5757
git flow bugfix checkout
5858
git flow bugfix pull
5959
git flow bugfix delete
60+
git flow bugfix rename
6061
6162
Manage your bugfix branches.
6263

git-flow-feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ git flow feature rebase
5757
git flow feature checkout
5858
git flow feature pull
5959
git flow feature delete
60+
git flow feature rename
6061
6162
Manage your feature branches.
6263

git-flow-hotfix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ git flow hotfix start
5353
git flow hotfix finish
5454
git flow hotfix publish
5555
git flow hotfix delete
56+
git flow hotfix rebase
57+
git flow hotfix track
58+
git flow hotfix rename
5659
5760
Manage your hotfix branches.
5861

git-flow-release

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,8 +417,10 @@ usage() {
417417
git flow release [list]
418418
git flow release start
419419
git flow release finish
420+
git flow release branch
420421
git flow release publish
421422
git flow release track
423+
git flow release rebase
422424
git flow release delete
423425
424426
Manage your release branches.

git-flow-support

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ usage() {
5050
OPTIONS_SPEC="\
5151
git flow support [list]
5252
git flow support start
53+
git flow support rebase
5354
5455
Manage your support branches.
5556

0 commit comments

Comments
 (0)