git flow support [-h|--help] git flow support list [-v|--verbose] git flow support start [-F|--fetch] name [base]
Subcommands
git flow support list [-v|--verbose]
List all existing support branches in the local repository.
-h, --help Show help message and exit. -v, --verbose Be verbose (more output).
git flow support start [-F|--fetch] name [base]
Start new support name, optionally basing it on base instead of master.
-h, --help Show help message and exit. -F, --fetch Fetch from origin before performing local operation.