Skip to content

Commit 3eb4a05

Browse files
committed
Change "严励" to "严格"
1 parent 4f78d7b commit 3eb4a05

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
@@ -605,7 +605,7 @@ Merge made by the 'recursive' strategy.
605605

606606
这个选项也可以传递给我们之前看到的 `git merge-file` 命令,通过运行类似 `git merge-file --ours` 的命令来合并单个文件。
607607

608-
如果想要做类似的事情但是甚至并不想让 Git 尝试合并另外一边的修改,有一个更严厉的选项,它是 ``ours'' 合并 _策略_。这与 ``ours'' recursive 合并 _选项_ 不同。
608+
如果想要做类似的事情但是甚至并不想让 Git 尝试合并另外一边的修改,有一个更严格的选项,它是 ``ours'' 合并 _策略_。这与 ``ours'' recursive 合并 _选项_ 不同。
609609

610610
这本质上会做一次假的合并。它会记录一个两边分支作为父结点的新合并提交,但是它甚至不会看一眼你正合并入的分支。它只会简单地把当前分支的代码当作合并结果记录下来。
611611

0 commit comments

Comments
 (0)