Skip to content

Commit c2edbb7

Browse files
zyw271828networm
authored andcommitted
Fix quotation marks
1 parent 3d440f6 commit c2edbb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ image::images/remote-branches-1.png[克隆之后的服务器与本地仓库。]
4242
image::images/remote-branches-2.png[本地与远程的工作可以分叉。]
4343

4444
如果要与给定的远程仓库同步数据,运行 `git fetch <remote>` 命令(在本例中为 `git fetch origin`)。
45-
这个命令查找 ``origin'' 是哪一个服务器(在本例中,它是 `git.ourcompany.com`),
45+
这个命令查找 origin 是哪一个服务器(在本例中,它是 `git.ourcompany.com`),
4646
从中抓取本地没有的数据,并且更新本地数据库,移动 `origin/master` 指针到更新之后的位置。
4747

4848
.`git fetch` 更新你的远程跟踪分支

0 commit comments

Comments
 (0)