File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
language_code: zh
9
9
front_page: true
10
10
repository_url: https://github.com/progit/progit2-zh
11
- sha: 72233a61d8220e3a513da434d2aa7063ad10c777
11
+ sha: a5267dfdbf4985d6b2bb94b0993007736fa0acbf
12
12
page_title: Git - Book
13
13
url: "/book/zh/v2.html"
14
14
aliases:
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ <h3 id="_commit_guidelines">提交准则</h3>
103
103
如果必要的话,加入更详细的解释文字。在大概 72 个字符的时候换行。
104
104
在某些情形下,第一行被当作一封电子邮件的标题,剩下的文本作为正文。
105
105
分隔摘要与正文的空行是必须的(除非你完全省略正文),
106
- 如果你将两者混在一起,那么类似变基等工具无法正常工作 。
106
+ 如果你将两者混在一起,那么在使用例如变基这样的工具时,它们会生成难以阅读的输出,让人困惑 。
107
107
108
108
使用指令式的语气来编写提交信息:使用“Fix bug”而非“Fixed bug”或“Fixes bug”。
109
109
此约定与 git merge 和 git revert 命令生成提交说明相同。
Original file line number Diff line number Diff line change 1
- 72233a61d8220e3a513da434d2aa7063ad10c777
1
+ a5267dfdbf4985d6b2bb94b0993007736fa0acbf
You can’t perform that action at this time.
0 commit comments