Skip to content

Commit

Permalink
docs: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
camera-2018 committed Oct 7, 2023
1 parent 19cdbee commit 25f4df4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion 3.编程思维体系构建/3.5git与github.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ type为commit的类型
style: 代码格式修改
test: 测试用例修改
chore: 其他修改, 比如构建流程, 依赖管理.
pref: 性能提升的修改
perf: 性能提升的修改
build: 对项目构建或者依赖的改动
ci: CI 的修改(ci是自动构建 感兴趣可以搜搜 github workflow )
revert: revert 前一个 commit ( 撤销前一个commit )
Expand All @@ -145,6 +145,8 @@ subject为commit概述

其中详细内容可以参照 [约定式提交](https://www.conventionalcommits.org/zh-hans/v1.0.0/)

附上 [语义化版本 2.0.0 规范](https://semver.org/lang/zh-CN/)

你可以使用 `git log` 查看存档记录,你应该能看到刚才编辑的注释。

### 读档(回溯到某一个 commit)
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ type为commit的类型
style: 代码格式修改
test: 测试用例修改
chore: 其他修改, 比如构建流程, 依赖管理
pref: 性能提升的修改
perf: 性能提升的修改
build: 对项目构建或者依赖的改动
ci: CI 的修改
revert: revert 前一个 commit(撤销前一个commit)
Expand Down

0 comments on commit 25f4df4

Please sign in to comment.