Skip to content

Commit e9d1b64

Browse files
committed
Improve translation
1 parent 3eb4a05 commit e9d1b64

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

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

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

612612
[source,console]
613613
----

0 commit comments

Comments
 (0)