summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-12-15 08:08:08 +0100
committerJunio C Hamano <junkio@cox.net>2005-12-15 08:08:08 +0100
commit8431c4eb0976b0558eaa1df475ce6de6b52ce484 (patch)
tree40e41c16af9be09af8bbc5d668ec7765aae9e0c2
parentsvnimport: exit cleanly when we are up to date (diff)
downloadgit-8431c4eb0976b0558eaa1df475ce6de6b52ce484.tar.xz
git-8431c4eb0976b0558eaa1df475ce6de6b52ce484.zip
Documentation: tutorial
At the beginning of tutorial, refer the reader to everyday if she has not done so yet. Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--Documentation/tutorial.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/tutorial.txt b/Documentation/tutorial.txt
index a61b824443..543afb84e5 100644
--- a/Documentation/tutorial.txt
+++ b/Documentation/tutorial.txt
@@ -27,6 +27,12 @@ SCM, you can skip them during your first pass.
[NOTE]
And those "too deep" descriptions are often marked as Note.
+[NOTE]
+If you are already familiar with another version control system,
+like CVS, you may want to take a look at
+link:everyday.html[Everyday GIT in 20 commands or so] first
+before reading this.
+
Creating a git repository
-------------------------