You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 19, 2023. It is now read-only.
$ git flow init -d
Using default branch names.
How to name your supporting branch prefixes?
Feature branches? []
Bugfix branches? []
Release branches? []
Hotfix branches? []
Support branches? []
Version tag prefix? []
Hooks and filters directory? [/tmp/test/.git/hooks]
The new feature that allows branch prefixes to be specified via switches to
git flow initdefaults everything to empty strings:https://github.com/petervanderdoes/gitflow-avh/blob/develop/git-flow-init#L93-L98
Since this option takes precedence over the existing options then they always end up being empty:
https://github.com/petervanderdoes/gitflow-avh/blob/develop/git-flow-init#L309
Example output: