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 fbae90a commit c60cbf1Copy full SHA for c60cbf1
book/03-git-branching/sections/remote-branches.asc
@@ -186,7 +186,7 @@ $ git branch -vv
186
187
这里可以看到 `iss53` 分支正在跟踪 `origin/iss53` 并且 ``ahead'' 是 2,意味着本地有两个提交还没有推送到服务器上。
188
也能看到 `master` 分支正在跟踪 `origin/master` 分支并且是最新的。
189
-接下来可以看到 `serverfix` 分支正在跟踪 `teamone` 服务器上的 `server-fix-good` 分支并且领先 2 落后 1,意味着服务器上有一次提交还没有合并入同时本地有三次提交还没有推送。
+接下来可以看到 `serverfix` 分支正在跟踪 `teamone` 服务器上的 `server-fix-good` 分支并且领先 3 落后 1,意味着服务器上有一次提交还没有合并入同时本地有三次提交还没有推送。
190
最后看到 `testing` 分支并没有跟踪任何远程分支。
191
192
需要重点注意的一点是这些数字的值来自于你从每个服务器上最后一次抓取的数据。
0 commit comments