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-3.html"></a>
<a target="new" href="http://git-scm.com/book/en/Git-Basics-Viewing-the-Commit-History"></a>
</span>
检查与比较
</h2>
@@ -26,8 +26,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-log.html">文档</a> &nbsp;
<a target="new" href="http://progit.org/book/ch2-3.html">书k</a>
<a target="new" href="http://git-scm.com/docs/git-log">文档</a> &nbsp;
<a target="new" href="http://git-scm.com/book/en/Git-Basics-Viewing-the-Commit-History#Limiting-Log-Output">书k</a>
</span>
<a name="log">git log</a>
<span class="desc">过滤你的提交历史记录</span>
@@ -293,8 +293,8 @@ Date: Fri Jun 4 12:58:53 2010 +0200
<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/ch5-3.html#determining_what_is_introduced"></a>
<a target="new" href="http://git-scm.com/docs/git-diff">文档</a> &nbsp;
<a target="new" href="http://git-scm.com/book/en/Distributed-Git-Maintaining-a-Project#Determining-What-Is-Introduced"></a>
</span>
<a name="diff">git diff</a>
<span class="desc"></span>
@@ -449,4 +449,4 @@ index bb86f00..192151c 100644
</div>
<p>就是这样了! 请阅读
<a href="http://progit.org">《Pro Git》</a> 以获得更多信息。</p>
<a href="http://git-scm.com/book/">《Pro Git》</a> 以获得更多信息。</p>