summaryrefslogtreecommitdiffstats
path: root/gittutorial.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-11-17 18:25:43 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-11-17 18:25:43 +0000
commitf66eceee45f71de09283b7e04e7098e3120e6ca4 (patch)
treea7048b015b99a0cd419c618737d0ae2829edd011 /gittutorial.html
parentbba37ad63bd6cad3616f90a347ea3bbc9cea6a6f (diff)
downloadgit-htmldocs-f66eceee45f71de09283b7e04e7098e3120e6ca4.tar.gz
Autogenerated HTML docs for v1.6.0.4-761-g47577
Diffstat (limited to 'gittutorial.html')
-rw-r--r--gittutorial.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/gittutorial.html b/gittutorial.html
index eae187b9d..5120af62d 100644
--- a/gittutorial.html
+++ b/gittutorial.html
@@ -335,6 +335,13 @@ the first two chapters of <a href="user-manual.html">The Git User's Manual</a>.<
<div class="content">
<pre><tt>$ man git-log</tt></pre>
</div></div>
+<div class="para"><p>or:</p></div>
+<div class="listingblock">
+<div class="content">
+<pre><tt>$ git help log</tt></pre>
+</div></div>
+<div class="para"><p>With the latter, you can use the manual viewer of your choice; see
+<a href="git-help.html">git-help(1)</a> for more information.</p></div>
<div class="para"><p>It is a good idea to introduce yourself to git with your name and
public email address before doing any operation. The easiest
way to do so is:</p></div>
@@ -894,6 +901,7 @@ digressions that may be interesting at this point are:</p></div>
<a href="gitcvs-migration.html">gitcvs-migration(7)</a>,
<a href="gitcore-tutorial.html">gitcore-tutorial(7)</a>,
<a href="gitglossary.html">gitglossary(7)</a>,
+<a href="git-help.html">git-help(1)</a>,
<a href="everyday.html">Everyday git</a>,
<a href="user-manual.html">The Git User's Manual</a></p></div>
</div>
@@ -903,7 +911,7 @@ digressions that may be interesting at this point are:</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2008-10-31 11:29:01 UTC
+Last updated 2008-11-17 18:25:27 UTC
</div>
</div>
</body>