1
0

Remotes and links updated to reflect that GitHub as the owning organization

This commit is contained in:
Matthew McCullough
2012-10-01 14:28:19 -06:00
parent 8831b158b1
commit 8ff0637a5c
3 changed files with 5 additions and 5 deletions

View File

@@ -60,8 +60,8 @@ layout: zh_reference
<b>$ git remote</b>
origin
<b>$ git remote -v</b>
origin git@github.com:schacon/git-reference.git (fetch)
origin git@github.com:schacon/git-reference.git (push)
origin git@github.com:github/git-reference.git (fetch)
origin git@github.com:github/git-reference.git (push)
</pre>
<p>在此您看到了该链接两次,是因为 Git 允许您为每个远端仓库添加不同的推送与获取的链接,以备您读写时希望使用不同的协议。