diff options
author | Junio C Hamano <junkio@cox.net> | 2005-12-14 23:08:08 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-12-14 23:08:08 -0800 |
commit | 8431c4eb0976b0558eaa1df475ce6de6b52ce484 (patch) | |
tree | 40e41c16af9be09af8bbc5d668ec7765aae9e0c2 /Documentation/tutorial.txt | |
parent | 988eece42aa4c1c6b7c4cdfd102748c19acba7ed (diff) | |
download | git-8431c4eb0976b0558eaa1df475ce6de6b52ce484.tar.gz git-8431c4eb0976b0558eaa1df475ce6de6b52ce484.tar.xz |
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/tutorial.txt')
-rw-r--r-- | Documentation/tutorial.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/tutorial.txt b/Documentation/tutorial.txt index a61b82444..543afb84e 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 ------------------------- |