aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/gittutorial.txt
diff options
context:
space:
mode:
authorChristian Couder <chriscool@tuxfamily.org>2008-11-17 16:43:04 +0100
committerJunio C Hamano <gitster@pobox.com>2008-11-17 08:21:34 -0800
commit6e702c245803e3cdf2cad3f1f74aa4d894aa165a (patch)
tree46d0bbe9847ff7ac265d8ea9dfb1c884e788b256 /Documentation/gittutorial.txt
parentb3d9888792f220f4c1e72953874484a0cf0575fe (diff)
downloadgit-6e702c245803e3cdf2cad3f1f74aa4d894aa165a.tar.gz
Documentation: tutorial: add information about "git help" at the beginning
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>
Diffstat (limited to 'Documentation/gittutorial.txt')
-rw-r--r--Documentation/gittutorial.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/gittutorial.txt b/Documentation/gittutorial.txt
index 384972cb9b..7892244ef1 100644
--- a/Documentation/gittutorial.txt
+++ b/Documentation/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]