We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6121f3 commit 6649566Copy full SHA for 6649566
book/03-git-branching/sections/remote-branches.asc
@@ -130,7 +130,7 @@ Switched to a new branch 'serverfix'
130
==== 跟踪分支
131
132
(((branches, tracking)))(((branches, upstream)))
133
-从一个远程跟踪分支检出一个本地分支会自动创建一个叫做 ``跟踪分支''(有时候也叫做 ``上游分支'')。
+从一个远程跟踪分支检出一个本地分支会自动创建所谓的 ``跟踪分支''(它跟踪的分支叫做 ``上游分支'')。
134
跟踪分支是与远程分支有直接关系的本地分支。
135
如果在一个跟踪分支上输入 `git pull`,Git 能自动地识别去哪个服务器上抓取、合并到哪个分支。
136
0 commit comments