Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-12-15 10:08:08 +0300
committerJunio C Hamano <junkio@cox.net>2005-12-15 10:08:08 +0300
commit8431c4eb0976b0558eaa1df475ce6de6b52ce484 (patch)
tree40e41c16af9be09af8bbc5d668ec7765aae9e0c2 /Documentation
parent988eece42aa4c1c6b7c4cdfd102748c19acba7ed (diff)
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>
Diffstat (limited to 'Documentation')
-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
-------------------------