Skip to content

Commit 2bedfea

Browse files
hjlarrynetworm
authored andcommitted
Update remotes.asc
1 parent 7ad8663 commit 2bedfea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/02-git-basics/sections/remotes.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ $ git push origin master
136136
阅读 <<ch03-git-branching#ch03-git-branching>> 了解如何推送到远程仓库服务器的详细信息。
137137

138138
[[r_inspecting_remote]]
139-
==== 查看远程仓库
139+
==== 查看某个远程仓库
140140

141141
如果想要查看某一个远程仓库的更多信息,可以使用 `git remote show [remote-name]` 命令。(((git commands, remote)))
142142
如果想以一个特定的缩写名运行这个命令,例如 `origin`,会得到像下面类似的信息:

0 commit comments

Comments
 (0)