Skip to content

Commit c60cbf1

Browse files
xhlsrjnetworm
authored andcommitted
校正翻译错误
1 parent fbae90a commit c60cbf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ $ git branch -vv
186186

187187
这里可以看到 `iss53` 分支正在跟踪 `origin/iss53` 并且 ``ahead'' 是 2,意味着本地有两个提交还没有推送到服务器上。
188188
也能看到 `master` 分支正在跟踪 `origin/master` 分支并且是最新的。
189-
接下来可以看到 `serverfix` 分支正在跟踪 `teamone` 服务器上的 `server-fix-good` 分支并且领先 2 落后 1,意味着服务器上有一次提交还没有合并入同时本地有三次提交还没有推送。
189+
接下来可以看到 `serverfix` 分支正在跟踪 `teamone` 服务器上的 `server-fix-good` 分支并且领先 3 落后 1,意味着服务器上有一次提交还没有合并入同时本地有三次提交还没有推送。
190190
最后看到 `testing` 分支并没有跟踪任何远程分支。
191191

192192
需要重点注意的一点是这些数字的值来自于你从每个服务器上最后一次抓取的数据。

0 commit comments

Comments
 (0)