diff options
author | J. Bruce Fields <bfields@citi.umich.edu> | 2007-05-07 01:01:42 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2007-05-07 01:03:53 -0400 |
commit | a1dc34fa951a2ee8a2c85fbb9d8fdf1d63b54b43 (patch) | |
tree | 837f6026e4b7dcc4763e7966994e4cd20265d8a2 /Documentation/git.txt | |
parent | c64415e29ecf8e26dc2c4451f9a04023dd941ac7 (diff) | |
download | git-a1dc34fa951a2ee8a2c85fbb9d8fdf1d63b54b43.tar.gz git-a1dc34fa951a2ee8a2c85fbb9d8fdf1d63b54b43.tar.xz |
user-manual: stop deprecating the manual
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>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r-- | Documentation/git.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index aa65802c8..c2b7f3fec 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -21,10 +21,9 @@ and full access to internals. 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]). |