Skip to content

Commit b8c17fd

Browse files
committed
docs(README.md): update README.md
update README.md Signed-off-by: mritd <mritd@linux.com>
1 parent b2a1939 commit b8c17fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GitFlow ToolKit
22

3-
> 这是一个使用 go 编写的简单的 GitFlow 提交工具,用于规范 git commit 提交格式,目前仅支持 [Angular 社区规范](https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/edit#heading=h.greljkmo14y0);同时该工具集成了一些扩展动作,比如快速创建指定名称前缀分支、命令行发起 GitLab MR 等
3+
> 这是一个使用 go 编写的简单的 GitFlow 提交工具,用于规范 git commit 提交格式,目前仅支持 [Angular 社区规范](https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/edit#heading=h.greljkmo14y0);同时该工具集成了一些扩展动作,比如快速创建指定名称前缀分支等
44
55
![example](imgs/example.gif)
66

@@ -10,7 +10,6 @@
1010
| --- | --- |
1111
| ci | 交互式输入 `commit message` |
1212
| cm | 接受一个 `commit message` 字符串,并校验其格式(用作 commit hook) |
13-
| xmr | 交互式创建 GitLab MR,如果当前项目未配置,则首先配置项目信息 |
1413
| feat | 接受一个字符串,并创建一个 feat 分支,分支名称格式为 `feat/xxx` |
1514
| fix | 创建 fix 分支 |
1615
| hotfix | 创建 hotfix 分支(通常用于对 master 紧急修复) |

0 commit comments

Comments
 (0)