Skip to content
AlanQuatermain edited this page Mar 28, 2013 · 5 revisions
git flow init [-fd]

Initializes the git-flow branch naming details for a repository. This is required before any other git-flow commands can be used.

Options

-f
Force the setting of git-flow branches, even if already configured.
-d
Don't prompt for branch names; use the default naming conventions.
Clone this wiki locally