$ git flow init
No branches exist yet. Base branches must be created now.
Branch name for production releases: [master]Branch name for"next release" development: [develop]How to name your supporting branch prefixes?
Feature branches? [feature/]Release branches? [release/]Hotfix branches? [hotfix/]Support branches? [support/]Version tag prefix? []
$ git clone https://github.com/shyuan/fakerepo.git
$ cd fakerepo
$ git branch
* master
$ git branch -r
origin/HEAD -> origin/master
origin/develop
origin/master
$ git flow init
Which branch should be used for bringing forth production releases?
- master
Branch name for production releases: [master]Branch name for"next release" development: [develop]How to name your supporting branch prefixes?
Feature branches? [feature/]Release branches? [release/]Hotfix branches? [hotfix/]Support branches? [support/]Version tag prefix? []