Skip to content

Commit 3c25202

Browse files
author
ttaylorr
committed
book: update zh
Updated via the `update-book.yml` GitHub workflow.
1 parent ee67ac6 commit 3c25202

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

external/book/content/book/zh/v2/_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
language_code: zh
99
front_page: true
1010
repository_url: https://github.com/progit/progit2-zh
11-
sha: 72233a61d8220e3a513da434d2aa7063ad10c777
11+
sha: a5267dfdbf4985d6b2bb94b0993007736fa0acbf
1212
page_title: Git - Book
1313
url: "/book/zh/v2.html"
1414
aliases:

external/book/content/book/zh/v2/分布式-Git-向一个项目贡献.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ <h3 id="_commit_guidelines">提交准则</h3>
103103
如果必要的话,加入更详细的解释文字。在大概 72 个字符的时候换行。
104104
在某些情形下,第一行被当作一封电子邮件的标题,剩下的文本作为正文。
105105
分隔摘要与正文的空行是必须的(除非你完全省略正文),
106-
如果你将两者混在一起,那么类似变基等工具无法正常工作
106+
如果你将两者混在一起,那么在使用例如变基这样的工具时,它们会生成难以阅读的输出,让人困惑
107107

108108
使用指令式的语气来编写提交信息:使用“Fix bug”而非“Fixed bug”或“Fixes bug”。
109109
此约定与 git merge 和 git revert 命令生成提交说明相同。

external/book/sync/book-zh.sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
72233a61d8220e3a513da434d2aa7063ad10c777
1+
a5267dfdbf4985d6b2bb94b0993007736fa0acbf

0 commit comments

Comments
 (0)