git flow support

Manage your support branches

Synopsis

git flow support [-h|--help]
git flow support list [-v|--verbose]
git flow support start [-F|--fetch] name [base]

git flow support list - List support branches

Synopsis
git flow support list [-v|--verbose]
Description

List all existing support branches in the local repository.

Options
-h, --help Show help message and exit.
-v, --verbose Be verbose (more output).

git flow support start - Start a new support branch

Synopsis
git flow support start [-F|--fetch] name [base]
Description

Start new support name, optionally basing it on base instead of master.

Options
-h, --help Show help message and exit.
-F, --fetch Fetch from origin before performing local operation.

See also

git flow(1)

Project Homepage https://github.com/htgoebel/gitflow