Code

Documentation: tutorial: add information about "git help" at the beginning
authorChristian Couder <chriscool@tuxfamily.org>
Mon, 17 Nov 2008 15:43:04 +0000 (16:43 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Nov 2008 16:21:34 +0000 (08:21 -0800)
Talking about "git help" is useful because it has a few more
features (like when using it without arguments or with "-a") and
it may work on non unix like platforms.

Also add a few links to git-help(1) in "See also" sections.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gitcore-tutorial.txt
Documentation/gittutorial-2.txt
Documentation/gittutorial.txt

index 61fc5d7be8effd65f24fccbcc42f86e6dbea6742..96bf353d13663c33fcd072796f4a65a531f201b2 100644 (file)
@@ -1693,6 +1693,7 @@ SEE ALSO
 linkgit:gittutorial[7],
 linkgit:gittutorial-2[7],
 linkgit:gitcvs-migration[7],
+linkgit:git-help[1],
 link:everyday.html[Everyday git],
 link:user-manual.html[The Git User's Manual]
 
index bab0f34b452bfab7174d216700b46220e3a4d2c3..a057b50b2bbfe9740cbd3dc5f112f0d8c3d7d60b 100644 (file)
@@ -425,6 +425,7 @@ linkgit:gittutorial[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]
 
index 384972cb9bb4a04c55bd8c4796bcd3408e44d5e9..7892244ef19d507379489de0cc81ad18b936c6af 100644 (file)
@@ -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]