diff options
author | Junio C Hamano <junkio@cox.net> | 2007-01-31 14:53:51 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-31 14:53:51 -0800 |
commit | c0b4a003e4477b78d42441b8c2eec463467f313c (patch) | |
tree | ae0b1f4e22437315643c52bfb609dc2cad063903 /Documentation/git.txt | |
parent | 9299c4f147bcff603eef187eb04fe38153571d30 (diff) | |
download | git-c0b4a003e4477b78d42441b8c2eec463467f313c.tar.gz git-c0b4a003e4477b78d42441b8c2eec463467f313c.tar.xz |
git main documentation: point at the user's manual.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r-- | Documentation/git.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index 7cd346798..29ee24c34 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -22,6 +22,9 @@ 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 ;-). 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]). |