summaryrefslogtreecommitdiffstats
path: root/gittutorial.txt
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.txt
parentbba37ad63bd6cad3616f90a347ea3bbc9cea6a6f (diff)
downloadgit-htmldocs-f66eceee45f71de09283b7e04e7098e3120e6ca4.tar.gz
Autogenerated HTML docs for v1.6.0.4-761-g47577
Diffstat (limited to 'gittutorial.txt')
-rw-r--r--gittutorial.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/gittutorial.txt b/gittutorial.txt
index 384972cb9..7892244ef 100644
--- a/gittutorial.txt
+++ b/gittutorial.txt
@@ -26,6 +26,15 @@ First, note that you can get documentation for a command such as
$ man git-log
------------------------------------------------
+or:
+
+------------------------------------------------
+$ git help log
+------------------------------------------------
+
+With the latter, you can use the manual viewer of your choice; see
+linkgit:git-help[1] for more information.
+
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:
@@ -653,6 +662,7 @@ linkgit:gittutorial-2[7],
linkgit:gitcvs-migration[7],
linkgit:gitcore-tutorial[7],
linkgit:gitglossary[7],
+linkgit:git-help[1],
link:everyday.html[Everyday git],
link:user-manual.html[The Git User's Manual]