1
0
Fork 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

@ -27,7 +27,7 @@
<!-- <li><a id="menu_cookbook" href="/cookbook.html">Cookbook</a></li> -->
<li><a id="menu_about" href="/about.html">About</a></li>
<li>&#167;</li>
<li><a href="http://github.com/schacon/git-reference">Site Source</a></li>
<li><a href="http://github.com/github/git-reference">Site Source</a></li>
</ul>
<br/>
&nbsp;

View File

@ -80,8 +80,8 @@ layout: 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>You see the URL there twice because Git allows you to have different

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 允许您为每个远端仓库添加不同的推送与获取的链接,以备您读写时希望使用不同的协议。