Re: [PATCH] tutorial.txt renamed
From: Christian Couder <hidden>
Date: 2016-06-15 22:45:52
Le mercredi 7 janvier 2009, Joey Hess a écrit :
quoted hunk ↗ jump to hunk
The tutorial.txt file was renamed to gittutorial.txt some time ago, update README. Signed-off-by: Joey Hess <redacted> --- README | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)diff --git a/README b/README index 548142c..5fa41b7 100644 --- a/README +++ b/README@@ -24,7 +24,7 @@ It was originally written by Linus Torvalds with helpof a group of hackers around the net. It is currently maintained by Junio C Hamano. Please read the file INSTALL for installation instructions. -See Documentation/tutorial.txt to get started, then see +See Documentation/gittutorial.txt to get started,
"man gittutorial" and "git help tutorial" should work to display the tutorial, so perhaps we should advise to use them instead of the source, since we are advising to use "man git-commandname" below to get help on each command.
then see Documentation/everyday.txt for a useful minimum set of commands,
(But the everyday.txt file has not been converted to a man page, so we cannot advise to use "man giteveryday".)
and "man git-commandname" for documentation of each command.
Yeah "man git-commandname" and "git help commandname" should work.
CVS users may also want to read Documentation/cvs-migration.txt.
The "cvs-migration.txt" was also renamed "gitcvs-migration.txt". It should be available with "man gitcvs-migration" and "git help cvs-migration". Thanks, Christian.
-- 1.5.6.5