-
Notifications
You must be signed in to change notification settings - Fork 1
Reference: git flow support
Peter van der Does edited this page Oct 11, 2012
·
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