Skip to content

Commit 3c744e6

Browse files
ChuckieChen945networm
authored andcommitted
删除多余的字
1 parent 669d0ad commit 3c744e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/05-distributed-git/sections/contributing.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ $ git commit
640640
(((git commands, format-patch)))
641641
现在有两个提交要发送到邮件列表。
642642
使用 `git format-patch` 来生成可以邮寄到列表的 mbox 格式的文件 - 它将每一个提交转换为一封电子邮件,提交信息的第一行作为主题,剩余信息与提交引入的补丁作为正文。
643-
它有一个好处是是使用 `format-patch` 生成的一封电子邮件应用的提交正确地保留了所有的提交信息。
643+
它有一个好处是使用 `format-patch` 生成的一封电子邮件应用的提交正确地保留了所有的提交信息。
644644

645645
[source,console]
646646
-----

0 commit comments

Comments
 (0)