OSDN Git Service

Linked glossary from cvs-migration page
authorMatt Graham <mdg149@gmail.com>
Wed, 23 Apr 2008 13:13:51 +0000 (09:13 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Apr 2008 17:54:43 +0000 (10:54 -0700)
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>
Documentation/cvs-migration.txt

index ea98900..00f2e36 100644 (file)
@@ -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
 --------------------------------------