1
0

updated the bottom links, added stubs for next two sections

This commit is contained in:
Scott Chacon
2010-06-04 18:28:54 +02:00
parent d5b2569426
commit 7261edd304
5 changed files with 119 additions and 8 deletions

50
inspect/index.html Normal file
View File

@@ -0,0 +1,50 @@
---
layout: reference
---
<div class="box">
<h2>
<span class="docs">
<a target="new" href="http://progit.org/book">book</a>
</span>
Inspection and Comparison
</h2>
<div class="block">
<p class="nutshell">
<b>In a nutshell</b> blah.
</p>
</div>
</div>
<div class="box">
<h2>
<span class="docs">
<a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-log.html">docs</a> &nbsp;
<a target="new" href="http://progit.org/book/">book</a>
</span>
<a name="log">git log</a>
<span class="desc"></span>
</h2>
<div class="block">
<p>Cool.</p>
</div>
</div>
<div class="box">
<h2>
<span class="docs">
<a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-diff.html">docs</a> &nbsp;
<a target="new" href="http://progit.org/book/">book</a>
</span>
<a name="diff">git diff</a>
<span class="desc"></span>
</h2>
<div class="block">
<p>Cool.</p>
</div>
</div>
<p>And that's it! For more information, try reading the
<a href="http://progit.org">Pro Git book</a>.</p>