File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2727 <!-- <li><a id="menu_cookbook" href="/cookbook.html">Cookbook</a></li> -->
2828 < li > < a id ="menu_about " href ="/about.html "> About</ a > </ li >
2929 < li > §</ li >
30- < li > < a href ="http://github.com/schacon /git-reference "> Site Source</ a > </ li >
30+ < li > < a href ="http://github.com/github /git-reference "> Site Source</ a > </ li >
3131 </ ul >
3232 < br />
3333
Original file line number Diff line number Diff line change 8080< b > $ git remote</ b >
8181origin
8282< b > $ git remote -v</ b >
83- origin git@github.com:schacon /git-reference.git (fetch)
84- origin git@github.com:schacon /git-reference.git (push)
83+ origin git@github.com:github /git-reference.git (fetch)
84+ origin git@github.com:github /git-reference.git (push)
8585</ pre >
8686
8787 < p > You see the URL there twice because Git allows you to have different
Original file line number Diff line number Diff line change 6060< b > $ git remote</ b >
6161origin
6262< b > $ git remote -v</ b >
63- origin git@github.com:schacon /git-reference.git (fetch)
64- origin git@github.com:schacon /git-reference.git (push)
63+ origin git@github.com:github /git-reference.git (fetch)
64+ origin git@github.com:github /git-reference.git (push)
6565</ pre >
6666
6767 < p > 在此您看到了该链接两次,是因为 Git 允许您为每个远端仓库添加不同的推送与获取的链接,以备您读写时希望使用不同的协议。
You can’t perform that action at this time.
0 commit comments