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

Reference: git flow support

petervanderdoes edited this page Jul 27, 2012 · 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

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