Skip to content

Commit

Permalink
Fix quotation marks
Browse files Browse the repository at this point in the history
  • Loading branch information
zyw271828 authored and networm committed Feb 20, 2024
1 parent 3d440f6 commit c2edbb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/03-git-branching/sections/remote-branches.asc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ image::images/remote-branches-1.png[克隆之后的服务器与本地仓库。]
image::images/remote-branches-2.png[本地与远程的工作可以分叉。]

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

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

0 comments on commit c2edbb7

Please sign in to comment.