diff options
author | Matt Graham <mdg149@gmail.com> | 2008-04-23 09:13:51 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-04-23 10:54:43 -0700 |
commit | 837f3b765840e789b73d3b08b38c0541cf8e324e (patch) | |
tree | a50c5fb3e2a31a39504fe2808c147a33b14f245d /Documentation | |
parent | write-tree: properly detect failure to write tree objects (diff) | |
download | tgif-837f3b765840e789b73d3b08b38c0541cf8e324e.tar.xz |
Linked glossary from cvs-migration page
Coming from CVS, I found the git glossary vital to learning git and learning
how terms in git correlate to the cvs terminology with which I am familiar.
This patch links the glossary from the cvs-migration page so cvs users will
be able to fine the glossary as soon as they start looking at git documents.
Signed-off-by: Matt Graham <mdg149@gmail.com>
Acked-by: J. Bruce Fields <bfields@fieldses.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/cvs-migration.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/cvs-migration.txt b/Documentation/cvs-migration.txt index ea98900228..00f2e36b2e 100644 --- a/Documentation/cvs-migration.txt +++ b/Documentation/cvs-migration.txt @@ -8,7 +8,8 @@ designating a single shared repository which people can synchronize with; this document explains how to do that. Some basic familiarity with git is required. This -link:tutorial.html[tutorial introduction to git] should be sufficient. +link:tutorial.html[tutorial introduction to git] and the +link:glossary.html[git glossary] should be sufficient. Developing against a shared repository -------------------------------------- |