Skip to content

Commit aa98eb3

Browse files
chriscoolgitster
authored andcommitted
README: fix path to "gitcvs-migration.txt" and be more consistent
README suggested to look at "Documentation/gittutorial.txt" for the tutorial and to use "man git-commandname" for documentation of each command. This was not consistent because the tutorial can also be available with "man gittutorial" once git is installed, and the documentation for each command can be available at "Documentation/git-commandname.txt" before installing git. This patch tries to make the description more consistent. It also fixes the path to the cvs-migration documentation that changed from "Documentation/cvs-migration.txt" to "Documentation/gitcvs-migration.txt". Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent a8fdab0 commit aa98eb3

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

README

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,18 @@ It was originally written by Linus Torvalds with help of a group of
2424
hackers around the net. It is currently maintained by Junio C Hamano.
2525

2626
Please read the file INSTALL for installation instructions.
27+
2728
See Documentation/gittutorial.txt to get started, then see
28-
Documentation/everyday.txt for a useful minimum set of commands,
29-
and "man git-commandname" for documentation of each command.
30-
CVS users may also want to read Documentation/cvs-migration.txt.
29+
Documentation/everyday.txt for a useful minimum set of commands, and
30+
Documentation/git-commandname.txt for documentation of each command.
31+
If git has been correctly installed, then the tutorial can also be
32+
read with "man gittutorial" or "git help tutorial", and the
33+
documentation of each command with "man git-commandname" or "git help
34+
commandname".
35+
36+
CVS users may also want to read Documentation/gitcvs-migration.txt
37+
("man gitcvs-migration" or "git help cvs-migration" if git is
38+
installed).
3139

3240
Many Git online resources are accessible from http://git.or.cz/
3341
including full documentation and Git related tools.

0 commit comments

Comments
 (0)