-
Notifications
You must be signed in to change notification settings - Fork 1
Reference: git flow support
Peter van der Does edited this page Nov 18, 2013
·
6 revisions
List all local support branches
git flow support [list] [-h] [-v]
-h,--[no]help
show this help
-v,--[no]verbose
verbose (more) output
Start a new support branch name <version> based on <base>
git flow support start [-h] [-F] <version> <base>
-h,--[no]help
show this help
--showcommands
Show git commands while executing them
-F,--[no]fetch
fetch from origin before performing finish
Rebase <name> on <base_branch>
git flow feature rebase [-h] [-i] [-p] [<name|nameprefix>]
-h,--[no]help
show this help
--showcommands
Show git commands while executing them
-i,--[no]interactive
do an interactive rebase
-p, --[no]preserve-merges
preserve merges