Git使用

Git Flow 初始化

2019-10-22  本文已影响0人  Smallmeng

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

分级显示,看上去更清晰

上一篇 下一篇

猜你喜欢

热点阅读