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 eba94ca commit 8239906Copy full SHA for 8239906
book/02-git-basics/sections/remotes.asc
@@ -12,7 +12,7 @@
12
13
如果想查看你已经配置的远程仓库服务器,可以运行 `git remote` 命令。(((git commands, remote)))
14
它会列出你指定的每一个远程服务器的简写。
15
-如果你已经克隆了自己的仓库,那么至少应该能看到 origin——这是 Git 给你克隆的仓库服务器的默认名字:
+如果你已经克隆了自己的仓库,那么至少应该能看到 origin ——这是 Git 给你克隆的仓库服务器的默认名字:
16
17
[source,console]
18
----
0 commit comments