summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b3d9888)
raw | patch | inline | side by side (parent: b3d9888)
author | Christian Couder <chriscool@tuxfamily.org> | |
Mon, 17 Nov 2008 15:43:04 +0000 (16:43 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 17 Nov 2008 16:21:34 +0000 (08:21 -0800) |
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>
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>
Documentation/gitcore-tutorial.txt | patch | blob | history | |
Documentation/gittutorial-2.txt | patch | blob | history | |
Documentation/gittutorial.txt | patch | blob | history |
index 61fc5d7be8effd65f24fccbcc42f86e6dbea6742..96bf353d13663c33fcd072796f4a65a531f201b2 100644 (file)
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]
index bab0f34b452bfab7174d216700b46220e3a4d2c3..a057b50b2bbfe9740cbd3dc5f112f0d8c3d7d60b 100644 (file)
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]
index 384972cb9bb4a04c55bd8c4796bcd3408e44d5e9..7892244ef19d507379489de0cc81ad18b936c6af 100644 (file)
$ 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:
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]