diff options
author | Junio C Hamano <junkio@cox.net> | 2007-05-07 14:46:48 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-05-07 14:46:48 -0700 |
commit | 679c7c56ed9f73db5892fe17ef9b67b84b0ca242 (patch) | |
tree | 971c66f5b641bb5f2aeca09acb5ad48afc9064fb /Documentation/git.txt | |
parent | e701ccc3883959b4ba5fada7a903e8e9eaddcba7 (diff) | |
parent | 53a58245863eff3d70aaa3ac75d7d57e843fc91d (diff) | |
download | git-679c7c56ed9f73db5892fe17ef9b67b84b0ca242.tar.gz |
Merge branch 'maint'
* maint:
Documentation: don't reference non-existent 'git-cvsapplycommit'
user-manual: stop deprecating the manual
user-manual: miscellaneous editing
user-manual: fix .gitconfig editing examples
user-manual: clean up fast-forward and dangling-objects sections
user-manual: add section ID's
user-manual: more discussion of detached heads, fix typos
git-gui: Allow spaces in path to 'wish'
gitk: Allow user to choose whether to see the diff, old file, or new file
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 b0550b8b1c..f84728bc11 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]). |