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@xxxxxxxxxxxxx> --- Documentation/gitcore-tutorial.txt | 1 + Documentation/gittutorial-2.txt | 1 + Documentation/gittutorial.txt | 14 ++++++++++++++ 3 files changed, 16 insertions(+), 0 deletions(-) diff --git a/Documentation/gitcore-tutorial.txt b/Documentation/gitcore-tutorial.txt index 61fc5d7..96bf353 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] diff --git a/Documentation/gittutorial-2.txt b/Documentation/gittutorial-2.txt index bab0f34..a057b50 100644 --- a/Documentation/gittutorial-2.txt +++ b/Documentation/gittutorial-2.txt @@ -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] diff --git a/Documentation/gittutorial.txt b/Documentation/gittutorial.txt index 384972c..2859a21 100644 --- a/Documentation/gittutorial.txt +++ b/Documentation/gittutorial.txt @@ -23,9 +23,22 @@ First, note that you can get documentation for a command such as `git log --graph` with: ------------------------------------------------ +$ git help log +------------------------------------------------ + +or: + +------------------------------------------------ $ man git-log ------------------------------------------------ +linkgit:git-help[1] has a few more features and is self-documenting +using: + +------------------------------------------------ +$ git help help +------------------------------------------------ + 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 +666,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] -- 1.6.0.4.617.g39d03 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html