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>2006-01-23 09:43:59 +0300
committerJunio C Hamano <junkio@cox.net>2006-01-23 09:43:59 +0300
commitdcc6e28f70574bf3756752f114b5119c5cb43375 (patch)
tree645e6b3e312b5f80e54729eae1ea8da973d92017 /Documentation/tutorial.txt
parent76b927f19f207b3f71b1c675bd75680aaedcb001 (diff)
Documentation: finishing touches to the new tutorial.
We forgot to update the primary link from git.html leading to the tutorial, and also forgot to build and install the renamed core-tutorial document. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/tutorial.txt')
-rw-r--r--Documentation/tutorial.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/tutorial.txt b/Documentation/tutorial.txt
index a09bbea7d7..66680d76bd 100644
--- a/Documentation/tutorial.txt
+++ b/Documentation/tutorial.txt
@@ -18,7 +18,7 @@ Assume you have a tarball project.tar.gz with your initial work. You
can place it under git revision control as follows.
------------------------------------------------
-$ tar -xzf project.tar.gz
+$ tar xzf project.tar.gz
$ cd project
$ git init-db
------------------------------------------------