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

@@ -19,8 +19,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-init.html">文档</a> &nbsp;
<a target="new" href="http://progit.org/book/ch2-1.html#initializing_a_repository_in_an_existing_directory"></a>
<a target="new" href="http://git-scm.com/docs/git-init">文档</a> &nbsp;
<a target="new" href="http://git-scm.com/book/en/Git-Basics-Getting-a-Git-Repository#Initializing-a-Repository-in-an-Existing-Directory"></a>
</span>
<a name="init">git init</a>
<span class="desc">将一个目录初始化为 Git 仓库</span>
@@ -67,8 +67,8 @@ Initialized empty Git repository in /opt/konichiwa/.git/
<div class="box">
<h2>
<span class="docs">
<a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-clone.html">文档 </a> &nbsp;
<a target="new" href="http://progit.org/book/ch2-1.html#cloning_an_existing_repository"></a>
<a target="new" href="http://git-scm.com/docs/git-clone">文档 </a> &nbsp;
<a target="new" href="http://git-scm.com/book/en/Git-Basics-Getting-a-Git-Repository#Cloning-an-Existing-Repository"></a>
</span>
<a name="clone">git clone</a>
<span class="desc">复制一个 Git 仓库,以上下其手</span>