File tree Expand file tree Collapse file tree 5 files changed +8
-0
lines changed
Expand file tree Collapse file tree 5 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ git flow bugfix rebase
5757git flow bugfix checkout
5858git flow bugfix pull
5959git flow bugfix delete
60+ git flow bugfix rename
6061
6162Manage your bugfix branches.
6263
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ git flow feature rebase
5757git flow feature checkout
5858git flow feature pull
5959git flow feature delete
60+ git flow feature rename
6061
6162Manage your feature branches.
6263
Original file line number Diff line number Diff line change @@ -53,6 +53,9 @@ git flow hotfix start
5353git flow hotfix finish
5454git flow hotfix publish
5555git flow hotfix delete
56+ git flow hotfix rebase
57+ git flow hotfix track
58+ git flow hotfix rename
5659
5760Manage your hotfix branches.
5861
Original file line number Diff line number Diff line change @@ -417,8 +417,10 @@ usage() {
417417git flow release [list]
418418git flow release start
419419git flow release finish
420+ git flow release branch
420421git flow release publish
421422git flow release track
423+ git flow release rebase
422424git flow release delete
423425
424426Manage your release branches.
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ usage() {
5050 OPTIONS_SPEC=" \
5151git flow support [list]
5252git flow support start
53+ git flow support rebase
5354
5455Manage your support branches.
5556
You can’t perform that action at this time.
0 commit comments