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 4a5755a commit 08bbc37Copy full SHA for 08bbc37
book/09-git-and-other-scms/sections/client-p4.asc
@@ -218,7 +218,7 @@ $ git log --oneline --decorate --graph --all
218
这发生在服务器端本地,所以会相当快,但是如果有很多历史,那么它还是会花费一些时间。
219
后来的抓取会做增量转换,所以会感觉更像 Git 的本地速度。
220
221
-如你所见,我们的仓库看起来像之前工作过的任何一个 Git 仓库了。
+如你所见,我们的仓库看起来像之前使用过的任何一个 Git 仓库了。
222
这里有三个分支,Git 已经帮助创建了一个跟踪 `origin/master` 的本地 `master` 分支。
223
让我们做一些工作,创建几个新提交:
224
0 commit comments