summaryrefslogtreecommitdiffstats
path: root/user-manual.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 /user-manual.txt
parentbba37ad63bd6cad3616f90a347ea3bbc9cea6a6f (diff)
downloadgit-htmldocs-f66eceee45f71de09283b7e04e7098e3120e6ca4.tar.gz
Autogenerated HTML docs for v1.6.0.4-761-g47577
Diffstat (limited to 'user-manual.txt')
-rw-r--r--user-manual.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/user-manual.txt b/user-manual.txt
index 645d752c5..c0d8caf46 100644
--- a/user-manual.txt
+++ b/user-manual.txt
@@ -18,12 +18,22 @@ People needing to do actual development will also want to read
Further chapters cover more specialized topics.
Comprehensive reference documentation is available through the man
-pages. For a command such as "git clone <repo>", just use
+pages, or linkgit:git-help[1] command. For example, for the command
+"git clone <repo>", you can either use:
------------------------------------------------
$ man git-clone
------------------------------------------------
+or:
+
+------------------------------------------------
+$ git help clone
+------------------------------------------------
+
+With the latter, you can use the manual viewer of your choice; see
+linkgit:git-help[1] for more information.
+
See also <<git-quick-start>> for a brief overview of git commands,
without any explanation.