Update progit, kernel links to git-scm in Chinese translation
This commit is contained in:
@@ -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>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user