We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 669d0ad commit 3c744e6Copy full SHA for 3c744e6
book/05-distributed-git/sections/contributing.asc
@@ -640,7 +640,7 @@ $ git commit
640
(((git commands, format-patch)))
641
现在有两个提交要发送到邮件列表。
642
使用 `git format-patch` 来生成可以邮寄到列表的 mbox 格式的文件 - 它将每一个提交转换为一封电子邮件,提交信息的第一行作为主题,剩余信息与提交引入的补丁作为正文。
643
-它有一个好处是是使用 `format-patch` 生成的一封电子邮件应用的提交正确地保留了所有的提交信息。
+它有一个好处是使用 `format-patch` 生成的一封电子邮件应用的提交正确地保留了所有的提交信息。
644
645
[source,console]
646
-----
0 commit comments