Git Flow 初始化

git flow初始化指令

git flow init

然后依次输入 master dev 等分支名称
hotfix release feature的名称可以写成


How to name your supporting branch prefixes?
Feature branches? [] feature/
Bugfix branches? [] bugfix/
Release branches? [] release/
Hotfix branches? [] hotfix/
Support branches? [] support/
Version tag prefix? [] v

分级显示,看上去更清晰

你可能感兴趣的:(Git Flow 初始化)