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 7ad8663 commit 2bedfeaCopy full SHA for 2bedfea
book/02-git-basics/sections/remotes.asc
@@ -136,7 +136,7 @@ $ git push origin master
136
阅读 <<ch03-git-branching#ch03-git-branching>> 了解如何推送到远程仓库服务器的详细信息。
137
138
[[r_inspecting_remote]]
139
-==== 查看远程仓库
+==== 查看某个远程仓库
140
141
如果想要查看某一个远程仓库的更多信息,可以使用 `git remote show [remote-name]` 命令。(((git commands, remote)))
142
如果想以一个特定的缩写名运行这个命令,例如 `origin`,会得到像下面类似的信息:
0 commit comments