Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Reference: git flow support

Peter van der Does edited this page Jan 6, 2013 · 6 revisions

Reference: git flow support

git flow support - List all support branches

Description

List all local support branches

Synopsis

git flow support [list] [-h] [-v]

Options

-h,--[no]help
show this help

-v,--[no]verbose
verbose (more) output


git flow support start - Start a support branch

Description

Start a new support branch name <version> based on <base>

Synopsis

git flow support start [-h] [-F] <version> <base>

Options

-h,--[no]help
show this help

--showcommands
Show git commands while executing them

-F,--[no]fetch
fetch from origin before performing finish