1
0

Update progit, kernel links to git-scm in Chinese translation

This commit is contained in:
Soon Van
2012-12-15 15:28:59 -05:00
parent d2b7dcee9e
commit 58b735e7fc
5 changed files with 41 additions and 41 deletions

View File

@@ -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> &nbsp;
<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> &nbsp;
<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> &nbsp;
<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> &nbsp;
<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>