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>
This commit is contained in:
parent
b3d9888792
commit
6e702c2458
@ -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]
|
||||||
|
|
||||||
|
@ -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]
|
||||||
|
|
||||||
|
@ -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…
Reference in New Issue
Block a user