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-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>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<a href="http://progit.org/book/ch2-2.html#removing_files">书</a>
|
||||
<a href="http://git-scm.com/docs/git-rm">文档</a>
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user