Git Flow
2018-10-18 22:02:10 0 举报
Git Flow
作者其他创作
大纲/内容
拉出 dev 分支
git flow feature start
Merge Request
fix
master
feature
TagV1.0.0
Merge
修改 .gitignore 文件
Build发布
git checkout -b fix/
git checkout -b activity/
release
activity
hotfix
dev
git flow hotfix start
publish
git flow feature finish
git flow release start
0 条评论
下一页