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 help of 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, then see
Documentation/everyday.txt for a useful minimum set of commands,
and "man git-commandname" for documentation of each command.
CVS users may also want to read Documentation/cvs-migration.txt.
--
1.5.6.5
--
see shy jo
Le mercredi 7 janvier 2009, Joey Hess a écrit :
quoted 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 help
of 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
On Jan 7, 2009, at 12:28 AM, Christian Couder wrote:
Le mercredi 7 janvier 2009, Joey Hess a écrit :
quoted
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
help
of 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.
This is the README file for the project, so it should advise looking
at the Documentation directory as neither the man pages or git command
are likely installed at this point.
quoted
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".
This however is a valid point.
I would also suggest that the patch have a different name, as I
expected it to be renaming tutorial.txt and I was going to ask why.
Perhaps "README: correct for renamed files"?
~~ Brian G.
Le mercredi 7 janvier 2009, Brian Gernhardt a écrit :
On Jan 7, 2009, at 12:28 AM, Christian Couder wrote:
quoted
Le mercredi 7 janvier 2009, Joey Hess a écrit :
quoted
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
help
of 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.
This is the README file for the project, so it should advise looking
at the Documentation directory as neither the man pages or git command
are likely installed at this point.
Well, this is debatable, because we first ask the user to read the INSTALL
file, and a tutorial for git may not be very usefull if you don't have it
installed to try out the tutorial commands.
Regards,
Christian.