Update progit, kernel links to git-scm in Chinese translation
This commit is contained in:
@@ -5,7 +5,7 @@ layout: zh_reference
|
||||
<div class="box">
|
||||
<h2>
|
||||
<span class="docs">
|
||||
<a target="new" href="http://progit.org/book/ch2-5.html">书</a>
|
||||
<a target="new" href="http://git-scm.com/book/en/Git-Basics-Working-with-Remotes">书</a>
|
||||
</span>
|
||||
分享与更新项目
|
||||
</h2>
|
||||
@@ -39,7 +39,7 @@ layout: zh_reference
|
||||
<h2>
|
||||
<span class="docs">
|
||||
<a target="new" href="http://git-scm.com/docs/git-remote">文档</a>
|
||||
<a target="new" href="http://progit.org/book/ch2-5.html#showing_your_remotes">书</a>
|
||||
<a target="new" href="http://git-scm.com/book/en/Git-Basics-Working-with-Remotes#Showing-Your-Remotes">书</a>
|
||||
</span>
|
||||
<a name="remote">git remote</a>
|
||||
<span class="desc">罗列、添加和删除远端仓库别名</span>
|
||||
@@ -148,7 +148,7 @@ github git@github.com:schacon/hw.git (push)
|
||||
<h2>
|
||||
<span class="docs">
|
||||
<a target="new" href="http://git-scm.com/docs/git-fetch">文档</a>
|
||||
<a target="new" href="http://progit.org/book/ch2-5.html#fetching_and_pulling_from_your_remotes">书</a>
|
||||
<a target="new" href="http://git-scm.com/book/en/Git-Basics-Working-with-Remotes#Fetching-and-Pulling-from-Your-Remotes">书</a>
|
||||
</span>
|
||||
<a name="fetch">git fetch</a>
|
||||
<span class="desc">从远端仓库下载新分支与数据</span>
|
||||
@@ -159,7 +159,7 @@ github git@github.com:schacon/hw.git (push)
|
||||
<h2>
|
||||
<span class="docs">
|
||||
<a target="new" href="http://git-scm.com/docs/git-pull">文档</a>
|
||||
<a target="new" href="http://progit.org/book/">书</a>
|
||||
<a target="new" href="http://git-scm.com/book/en/Git-Basics-Working-with-Remotes#Fetching-and-Pulling-from-Your-Remotes">书</a>
|
||||
</span>
|
||||
<a name="pull">git pull</a>
|
||||
<span class="desc">从远端仓库提取数据并尝试合并到当前分支</span>
|
||||
@@ -234,7 +234,7 @@ From github.com:schacon/hw
|
||||
<h2>
|
||||
<span class="docs">
|
||||
<a target="new" href="http://git-scm.com/docs/git-push">文档</a>
|
||||
<a target="new" href="http://progit.org/book/ch2-5.html#pushing_to_your_remotes">书</a>
|
||||
<a target="new" href="http://git-scm.com/book/en/Git-Basics-Working-with-Remotes#Pushing-to-Your-Remotes">书</a>
|
||||
</span>
|
||||
<a name="push">git push</a>
|
||||
<span class="desc">推送你的新分支与数据到某个远端仓库</span>
|
||||
|
Reference in New Issue
Block a user