git flow init
help
Setup a git repository for GitFlow usage. Can also be used to start a git repository.
git flow init [-h] [-d] [-f]
| -h, --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. |
| --global | Use global config file. |
| --system | Use system config file. |
| --file ... | Use given config file. |