Skip to content

Commit ae0a141

Browse files
shukebetaOlingCat
authored andcommitted
修正几处不妥翻译: 如 also => 也许,your 误译为 你(根据上下文那处your是指双方)
1 parent 4708e33 commit ae0a141

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/03-git-branching/sections/remote-branches.asc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Git 也会给你一个与 origin 的 `master` 分支在指向同一个地方的
3030
.克隆之后的服务器与本地仓库
3131
image::images/remote-branches-1.png[克隆之后的服务器与本地仓库。]
3232

33-
如果你在本地的 `master` 分支做了一些工作,与此同时,其他人推送提交到 `git.ourcompany.com` 并更新了它的 `master` 分支,那么你的提交历史将向不同的方向前进
34-
另外,只要你不与 origin 服务器连接,你的 `origin/master` 指针就不会移动。
33+
如果你在本地的 `master` 分支做了一些工作,在同一段时间内有其他人推送提交到 `git.ourcompany.com` 并且更新了它的 `master` 分支,这就是说你们的提交历史已走向不同的方向
34+
即便这样,只要你保持不与 origin 服务器连接(并拉取数据),你的 `origin/master` 指针就不会移动。
3535

3636
.本地与远程的工作可以分叉
3737
image::images/remote-branches-2.png[本地与远程的工作可以分叉。]

0 commit comments

Comments
 (0)