summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c64415e)
raw | patch | inline | side by side (parent: c64415e)
author | J. Bruce Fields <bfields@citi.umich.edu> | |
Mon, 7 May 2007 05:01:42 +0000 (01:01 -0400) | ||
committer | J. Bruce Fields <bfields@citi.umich.edu> | |
Mon, 7 May 2007 05:03:53 +0000 (01:03 -0400) |
It's just as much a work-in-progress, but at least now it's gotten
enough technical review to shake out most of the really bad lies, so
hopefully it doesn't do any actual damage. And if we encourage people
to read it, they'll be more likely to whine about it, which will help
get it fixed faster.
Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
enough technical review to shake out most of the really bad lies, so
hopefully it doesn't do any actual damage. And if we encourage people
to read it, they'll be more likely to whine about it, which will help
get it fixed faster.
Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
Documentation/git.txt | patch | blob | history |
diff --git a/Documentation/git.txt b/Documentation/git.txt
index aa65802c861cdaef829e4d4fc60aafaa371f66aa..c2b7f3fec6072eac2d9f8e1ae466cea9b54a291d 100644 (file)
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
See this link:tutorial.html[tutorial] to get started, then see
link:everyday.html[Everyday Git] for a useful minimum set of commands, and
"man git-commandname" for documentation of each command. CVS users may
-also want to read link:cvs-migration.html[CVS migration].
-link:user-manual.html[Git User's Manual] is still work in
-progress, but when finished hopefully it will guide a new user
-in a coherent way to git enlightenment ;-).
+also want to read link:cvs-migration.html[CVS migration]. See
+link:user-manual.html[Git User's Manual] for a more in-depth
+introduction.
The COMMAND is either a name of a Git command (see below) or an alias
as defined in the configuration file (see gitlink:git-config[1]).