Skip to content

Commit 4d4e51b

Browse files
laggardkernelnetworm
authored andcommitted
修正第七章高级合并中语句顺序
1 parent ee8ce8f commit 4d4e51b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/07-git-tools/sections/advanced-merging.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ $ git status -sb
138138

139139
默认合并策略可以带有参数,其中的几个正好是关于忽略空白改动的。
140140
如果你看到在一次合并中有大量的空白问题,你可以简单地中止它并重做一次,这次使用 `-Xignore-all-space` 或 `-Xignore-space-change` 选项。
141-
第一个选项忽略任意 **数量** 的已有空白的修改,第二个选项忽略所有空白修改
141+
第一个选项忽略所有空白修改,第二个选项忽略任意 **数量** 的已有空白的修改。
142142

143143
[source,console]
144144
----

0 commit comments

Comments
 (0)