Browse Source

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>
maint
Christian Couder 16 years ago committed by Junio C Hamano
parent
commit
6e702c2458
  1. 1
      Documentation/gitcore-tutorial.txt
  2. 1
      Documentation/gittutorial-2.txt
  3. 10
      Documentation/gittutorial.txt

1
Documentation/gitcore-tutorial.txt

@ -1693,6 +1693,7 @@ SEE ALSO
linkgit:gittutorial[7], linkgit:gittutorial[7],
linkgit:gittutorial-2[7], linkgit:gittutorial-2[7],
linkgit:gitcvs-migration[7], linkgit:gitcvs-migration[7],
linkgit:git-help[1],
link:everyday.html[Everyday git], link:everyday.html[Everyday git],
link:user-manual.html[The Git User's Manual] link:user-manual.html[The Git User's Manual]



1
Documentation/gittutorial-2.txt

@ -425,6 +425,7 @@ linkgit:gittutorial[7],
linkgit:gitcvs-migration[7], linkgit:gitcvs-migration[7],
linkgit:gitcore-tutorial[7], linkgit:gitcore-tutorial[7],
linkgit:gitglossary[7], linkgit:gitglossary[7],
linkgit:git-help[1],
link:everyday.html[Everyday git], link:everyday.html[Everyday git],
link:user-manual.html[The Git User's Manual] link:user-manual.html[The Git User's Manual]



10
Documentation/gittutorial.txt

@ -26,6 +26,15 @@ First, note that you can get documentation for a command such as
$ man git-log $ 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 It is a good idea to introduce yourself to git with your name and
public email address before doing any operation. The easiest public email address before doing any operation. The easiest
way to do so is: way to do so is:
@ -653,6 +662,7 @@ linkgit:gittutorial-2[7],
linkgit:gitcvs-migration[7], linkgit:gitcvs-migration[7],
linkgit:gitcore-tutorial[7], linkgit:gitcore-tutorial[7],
linkgit:gitglossary[7], linkgit:gitglossary[7],
linkgit:git-help[1],
link:everyday.html[Everyday git], link:everyday.html[Everyday git],
link:user-manual.html[The Git User's Manual] link:user-manual.html[The Git User's Manual]



Loading…
Cancel
Save