X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgittutorial.txt;h=7892244ef19d507379489de0cc81ad18b936c6af;hb=9b3b7fd8072783e2ec20b3cf622713d39b1c8af4;hp=384972cb9bb4a04c55bd8c4796bcd3408e44d5e9;hpb=014aff7c928fff3926acbe946715ed1bc95830bf;p=git.git diff --git a/Documentation/gittutorial.txt b/Documentation/gittutorial.txt index 384972cb9..7892244ef 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]