docs: typo
This commit is contained in:
@@ -127,7 +127,7 @@ type为commit的类型
|
|||||||
style: 代码格式修改
|
style: 代码格式修改
|
||||||
test: 测试用例修改
|
test: 测试用例修改
|
||||||
chore: 其他修改, 比如构建流程, 依赖管理.
|
chore: 其他修改, 比如构建流程, 依赖管理.
|
||||||
pref: 性能提升的修改
|
perf: 性能提升的修改
|
||||||
build: 对项目构建或者依赖的改动
|
build: 对项目构建或者依赖的改动
|
||||||
ci: CI 的修改(ci是自动构建 感兴趣可以搜搜 github workflow )
|
ci: CI 的修改(ci是自动构建 感兴趣可以搜搜 github workflow )
|
||||||
revert: revert 前一个 commit ( 撤销前一个commit )
|
revert: revert 前一个 commit ( 撤销前一个commit )
|
||||||
@@ -145,6 +145,8 @@ subject为commit概述
|
|||||||
|
|
||||||
其中详细内容可以参照 [约定式提交](https://www.conventionalcommits.org/zh-hans/v1.0.0/)
|
其中详细内容可以参照 [约定式提交](https://www.conventionalcommits.org/zh-hans/v1.0.0/)
|
||||||
|
|
||||||
|
附上 [语义化版本 2.0.0 规范](https://semver.org/lang/zh-CN/)
|
||||||
|
|
||||||
你可以使用 `git log` 查看存档记录,你应该能看到刚才编辑的注释。
|
你可以使用 `git log` 查看存档记录,你应该能看到刚才编辑的注释。
|
||||||
|
|
||||||
### 读档(回溯到某一个 commit)
|
### 读档(回溯到某一个 commit)
|
||||||
|
|||||||
@@ -286,7 +286,7 @@ type为commit的类型
|
|||||||
style: 代码格式修改
|
style: 代码格式修改
|
||||||
test: 测试用例修改
|
test: 测试用例修改
|
||||||
chore: 其他修改, 比如构建流程, 依赖管理
|
chore: 其他修改, 比如构建流程, 依赖管理
|
||||||
pref: 性能提升的修改
|
perf: 性能提升的修改
|
||||||
build: 对项目构建或者依赖的改动
|
build: 对项目构建或者依赖的改动
|
||||||
ci: CI 的修改
|
ci: CI 的修改
|
||||||
revert: revert 前一个 commit(撤销前一个commit)
|
revert: revert 前一个 commit(撤销前一个commit)
|
||||||
|
|||||||
Reference in New Issue
Block a user