Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git-reference.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Chacon <schacon@gmail.com>2010-06-04 20:28:54 +0400
committerScott Chacon <schacon@gmail.com>2010-06-04 20:28:54 +0400
commit7261edd3045b887786306147c3c7d4c6de9225ad (patch)
tree2285669d364db0023b99eb49ed2b9e019b5e3358 /inspect
parentd5b2569426b4decbb108fa9aa25f98970a817066 (diff)
updated the bottom links, added stubs for next two sections
Diffstat (limited to 'inspect')
-rw-r--r--inspect/index.html50
1 files changed, 50 insertions, 0 deletions
diff --git a/inspect/index.html b/inspect/index.html
new file mode 100644
index 0000000..d401d11
--- /dev/null
+++ b/inspect/index.html
@@ -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>