-
Notifications
You must be signed in to change notification settings - Fork 10
Reference: git flow init
Peter van der Does edited this page Oct 27, 2012
·
4 revisions
Setup a git repository for git flow usage. Can also be used to start a git repository.
git flow init [-h] [-d] [-f]
-h,--[no]help show this help
--showcommands Show git commands while executing them
-d,--[no]defaults use default branch naming conventions
-f,--[no]force force setting of gitflow branches, even if already configured
Use config file location
--local
use repository config file - Default
--global
use global config file
--system
use system config file
--file ...
use given config file