diff options
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 |