docs(workflow): add

This commit is contained in:
zjkjzj
2021-03-18 15:16:40 +08:00
parent f8a4dc86c7
commit 272f8b62cd
3 changed files with 9 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
* README编写
* 消息提交
* 版本提交
* GIT工作流
* 工具
* Git
* Commitizen

7
docs/workflow/index.md Normal file
View File

@@ -0,0 +1,7 @@
# GIT工作流
* [Git工作流实践](https://blog.zhujian.life/posts/c7ee2f15.html)
* [[译]GitHub Flow](https://blog.zhujian.life/posts/a20843e9.html)
* [[译]A successful Git branching model](https://blog.zhujian.life/posts/aae96086.html)
* [[译]Introduction to GitLab Flow](https://blog.zhujian.life/posts/b35b83bc.html)

View File

@@ -44,4 +44,4 @@ nav:
- '[译]规范': readme/译-规范.md
- '徽章': readme/badge.md
- 后记: readme/postscript.md
# - GIT工作流: workflow/index.md
- GIT工作流: workflow/index.md