Skip to content

Commit 8239906

Browse files
committed
修正破折号
1 parent eba94ca commit 8239906

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
@@ -12,7 +12,7 @@
1212

1313
如果想查看你已经配置的远程仓库服务器,可以运行 `git remote` 命令。(((git commands, remote)))
1414
它会列出你指定的每一个远程服务器的简写。
15-
如果你已经克隆了自己的仓库,那么至少应该能看到 origin——这是 Git 给你克隆的仓库服务器的默认名字:
15+
如果你已经克隆了自己的仓库,那么至少应该能看到 origin ——这是 Git 给你克隆的仓库服务器的默认名字:
1616

1717
[source,console]
1818
----

0 commit comments

Comments
 (0)