diff options
author | Christian Couder <chriscool@tuxfamily.org> | 2008-11-17 16:43:04 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-11-17 17:21:34 +0100 |
commit | 6e702c245803e3cdf2cad3f1f74aa4d894aa165a (patch) | |
tree | 46d0bbe9847ff7ac265d8ea9dfb1c884e788b256 /Documentation/gitcore-tutorial.txt | |
parent | Documentation: user-manual: add information about "git help" at the beginning (diff) | |
download | git-6e702c245803e3cdf2cad3f1f74aa4d894aa165a.tar.xz git-6e702c245803e3cdf2cad3f1f74aa4d894aa165a.zip |
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/gitcore-tutorial.txt')
-rw-r--r-- | Documentation/gitcore-tutorial.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/gitcore-tutorial.txt b/Documentation/gitcore-tutorial.txt index 61fc5d7be8..96bf353d13 100644 --- a/Documentation/gitcore-tutorial.txt +++ b/Documentation/gitcore-tutorial.txt @@ -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] |