summaryrefslogtreecommitdiff
path: root/Documentation/tutorial.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-09-01 23:56:13 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-09-01 23:56:13 (GMT)
commita1d4aa742416953a3ac9be9154c55e90a4193cd6 (patch)
tree21a7a35b43f053720fae9b275d578098db6c2677 /Documentation/tutorial.txt
parent2d56993347eac4e4f91c0539ff3c5f05fd777495 (diff)
downloadgit-a1d4aa742416953a3ac9be9154c55e90a4193cd6.zip
git-a1d4aa742416953a3ac9be9154c55e90a4193cd6.tar.gz
git-a1d4aa742416953a3ac9be9154c55e90a4193cd6.tar.bz2
Add repository-layout document.
... and link to it from both the main index and the tutorial. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/tutorial.txt')
-rw-r--r--Documentation/tutorial.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/tutorial.txt b/Documentation/tutorial.txt
index 1ed8038..04354a3 100644
--- a/Documentation/tutorial.txt
+++ b/Documentation/tutorial.txt
@@ -93,6 +93,11 @@ expect to see a number of 41-byte files containing these
references in these `refs` subdirectories when you actually start
populating your tree.
+[NOTE]
+An advanced user may want to take a look at the
+link:repository-layout.html[repository layout] document
+after finishing this tutorial.
+
You have now created your first git repository. Of course, since it's
empty, that's not very useful, so let's start populating it with data.