Skip to content

Commit 7bb29c7

Browse files
ousugonetworm
authored andcommitted
update contributing.asc
1 parent 65dae3d commit 7bb29c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ Jessica 的历史现在看起来像这样:
241241
.抓取 John 的改动后 Jessica 的历史
242242
image::images/small-team-5.png[抓取 John 的改动后 Jessica 的历史。]
243243

244-
Jessica 认为她的主题分支已经准备好了,但她像知道需要将 John 工作的哪些合并到自己的工作中才能推送。
244+
Jessica 认为她的主题分支已经准备好了,但她想知道需要将 John 工作的哪些合并到自己的工作中才能推送。
245245
她运行 `git log` 找了出来:
246246

247247
[source,console]
@@ -259,7 +259,7 @@ Date: Fri May 29 16:01:27 2009 -0700
259259
我们将会在 <<ch07-git-tools#_commit_ranges>> 中详细介绍这个语法。
260260

261261
目前,我们可以从输出中看到有一个 John 生成的但是 Jessica 还没有合并的提交。
262-
如果她合并 `origin/master`,也就是说将会修改她的本地工作的那个单个提交
262+
如果她合并 `origin/master`,那个未合并的提交将会修改她的本地工作
263263

264264
现在,Jessica 可以合并她的特性工作到她的 master 分支,
265265
合并 John 的工作(`origin/master`)进入她的 `master` 分支,然后再次推送回服务器。
@@ -289,7 +289,7 @@ Fast forward
289289
----
290290

291291
没有发生问题,如你所见它是一次简单的快进合并。
292-
现在 Jessica 在本地合并了 `origin/master` 分支上 John 之前抓取的工作
292+
现在 Jessica 在本地合并了之前抓取的 `origin/master` 分支上 John 的工作
293293

294294
[source,console]
295295
----

0 commit comments

Comments
 (0)