Remotes and links updated to reflect that GitHub as the owning organization
This commit is contained in:
		@@ -27,7 +27,7 @@
 | 
				
			|||||||
          <!-- <li><a id="menu_cookbook" href="/cookbook.html">Cookbook</a></li> -->
 | 
					          <!-- <li><a id="menu_cookbook" href="/cookbook.html">Cookbook</a></li> -->
 | 
				
			||||||
					<li><a id="menu_about" href="/about.html">About</a></li>
 | 
										<li><a id="menu_about" href="/about.html">About</a></li>
 | 
				
			||||||
					<li>§</li>
 | 
										<li>§</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>
 | 
					        </ul>
 | 
				
			||||||
        <br/>
 | 
					        <br/>
 | 
				
			||||||
         
 | 
					         
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -80,8 +80,8 @@ layout: reference
 | 
				
			|||||||
<b>$ git remote</b>
 | 
					<b>$ git remote</b>
 | 
				
			||||||
origin
 | 
					origin
 | 
				
			||||||
<b>$ git remote -v</b>
 | 
					<b>$ git remote -v</b>
 | 
				
			||||||
origin	git@github.com:schacon/git-reference.git (fetch)
 | 
					origin	git@github.com:github/git-reference.git (fetch)
 | 
				
			||||||
origin	git@github.com:schacon/git-reference.git (push)
 | 
					origin	git@github.com:github/git-reference.git (push)
 | 
				
			||||||
</pre>
 | 
					</pre>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <p>You see the URL there twice because Git allows you to have different
 | 
					    <p>You see the URL there twice because Git allows you to have different
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -60,8 +60,8 @@ layout: zh_reference
 | 
				
			|||||||
<b>$ git remote</b>
 | 
					<b>$ git remote</b>
 | 
				
			||||||
origin
 | 
					origin
 | 
				
			||||||
<b>$ git remote -v</b>
 | 
					<b>$ git remote -v</b>
 | 
				
			||||||
origin	git@github.com:schacon/git-reference.git (fetch)
 | 
					origin	git@github.com:github/git-reference.git (fetch)
 | 
				
			||||||
origin	git@github.com:schacon/git-reference.git (push)
 | 
					origin	git@github.com:github/git-reference.git (push)
 | 
				
			||||||
</pre>
 | 
					</pre>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <p>在此您看到了该链接两次,是因为 Git 允许您为每个远端仓库添加不同的推送与获取的链接,以备您读写时希望使用不同的协议。
 | 
					    <p>在此您看到了该链接两次,是因为 Git 允许您为每个远端仓库添加不同的推送与获取的链接,以备您读写时希望使用不同的协议。
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user