diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-30 13:51:01 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-30 13:55:34 -0700 |
commit | 8db9307c9ca143fedaa972236054a5783c40bd37 (patch) | |
tree | 714f245e49ec7229a4ba7aff2bc396db6f1f5140 /Documentation/git.txt | |
parent | cc9f24d024e7e4bf0b2fbd4e1beb7eb1a425805f (diff) | |
download | git-8db9307c9ca143fedaa972236054a5783c40bd37.tar.gz git-8db9307c9ca143fedaa972236054a5783c40bd37.tar.xz |
Documentaion updates.
Mostly making the formatted html prettier.
Signed-off-by: Junio C Hamano <junkio@cox.net>
(cherry picked from 7adf1f15ebe074d4767df941817a6cf86d8e2533 commit)
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r-- | Documentation/git.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index befe3e52c..dba90358c 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -19,11 +19,14 @@ This is reference information for the core git commands. Before reading this cover to cover, you may want to take a look at the link:tutorial.html[tutorial] document. -The Discussion section below contains much useful definition and +The <<Discussion>> section below contains much useful definition and clarification info - read that first. And of the commands, I suggest reading link:git-update-cache.html[git-update-cache] and link:git-read-tree.html[git-read-tree] first - I wish I had! +If you are migrating from CVS, link:cvs-migration.html[cvs migration] +document may be helpful after you finish the tutorial. + After you get the general feel from the tutorial and this overview page, you may want to take a look at the link:howto-index.html[howto] documents. @@ -483,8 +486,8 @@ git Diffs link:git-diff-files.html[git-diff-files]; link:git-diff-tree.html[git-diff-tree] -Discussion ----------- +Discussion[[Discussion]] +------------------------ include::../README[] Author |