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-2.html"></a>
<a target="new" href="http://git-scm.com/book/en/Git-Basics-Recording-Changes-to-the-Repository"></a>
</span>
基本快照
</h2>
@@ -30,8 +30,8 @@ layout: zh_reference
<div class="box">
<h2>
<span class="docs">
<a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-add.html">文档</a> &nbsp;
<a target="new" href="http://progit.org/book/ch2-2.html#tracking_new_files"></a>
<a target="new" href="http://git-scm.com/docs/git-add">文档</a> &nbsp;
<a target="new" href="http://git-scm.com/book/en/Git-Basics-Recording-Changes-to-the-Repository#Tracking-New-Files"></a>
</span>
<a name="add">git add</a>
<span class="desc">添加文件到缓存</span>
@@ -105,8 +105,8 @@ layout: zh_reference
<div class="box">
<h2>
<span class="docs">
<a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-status.html">文档</a> &nbsp;
<a target="new" href="http://progit.org/book/ch2-2.html#checking_the_status_of_your_files"></a>
<a target="new" href="http://git-scm.com/docs/git-status">文档</a> &nbsp;
<a target="new" href="http://git-scm.com/book/en/Git-Basics-Recording-Changes-to-the-Repository#Checking-the-Status-of-Your-Files"></a>
</span>
<a name="status">git status</a>
<span class="desc">查看你的文件在工作目录与缓存的状态</span>
@@ -178,8 +178,8 @@ layout: zh_reference
<div class="box">
<h2>
<span class="docs">
<a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-diff.html">文档</a> &nbsp;
<a target="new" href="http://progit.org/book/ch2-2.html#viewing_your_staged_and_unstaged_changes"></a>
<a target="new" href="http://git-scm.com/docs/git-diff">文档</a> &nbsp;
<a target="new" href="http://git-scm.com/book/en/Git-Basics-Recording-Changes-to-the-Repository#Viewing-Your-Staged-and-Unstaged-Changes"></a>
</span>
<a name="diff">git diff</a>
<span class="desc">显示已写入缓存与已修改但尚未写入缓存的改动的区别</span>
@@ -364,8 +364,8 @@ index 2aabb6e..2ae9ba4 100644
<div class="box">
<h2>
<span class="docs">
<a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-commit.html">文档</a> &nbsp;
<a target="new" href="http://progit.org/book/ch2-2.html#committing_your_changes"></a>
<a target="new" href="http://git-scm.com/docs/git-commit">文档</a> &nbsp;
<a target="new" href="http://git-scm.com/book/en/Git-Basics-Recording-Changes-to-the-Repository#Committing-Your-Changes"></a>
</span>
<a name="commit">git commit</a>
<span class="desc">记录缓存内容的快照</span>
@@ -516,8 +516,8 @@ nothing to commit (working directory clean)
<div class="box">
<h2>
<span class="docs">
<a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-reset.html">文档</a> &nbsp;
<a target="new" href="http://progit.org/book/ch2-4.html#unstaging_a_staged_file"></a>
<a target="new" href="http://git-scm.com/docs/git-reset">文档</a> &nbsp;
<a target="new" href="http://git-scm.com/book/en/Git-Basics-Undoing-Things#Unstaging-a-Staged-File"></a>
</span>
<a name="reset">git reset HEAD</a>
<span class="desc">取消缓存已缓存的内容</span>
@@ -595,8 +595,8 @@ M hello.rb
<div class="box">
<h2>
<span class="docs">
<a href="http://www.kernel.org/pub/software/scm/git/docs/git-rm.html">文档</a> &nbsp;
<a href="http://progit.org/book/ch2-2.html#removing_files"></a>
<a href="http://git-scm.com/docs/git-rm">文档</a> &nbsp;
<a href="http://git-scm.com/book/en/Git-Basics-Recording-Changes-to-the-Repository#Removing-Files"></a>
</span>
<a name="rm-mv">git rm</a>
<span class="desc">将文件从缓存区移除</span>