diff options
author | Junio C Hamano <junkio@cox.net> | 2006-01-22 22:43:59 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-01-22 22:43:59 -0800 |
commit | dcc6e28f70574bf3756752f114b5119c5cb43375 (patch) | |
tree | 645e6b3e312b5f80e54729eae1ea8da973d92017 /Documentation/tutorial.txt | |
parent | Recommend to remove unused `origin` in a shared repository. (diff) | |
download | tgif-dcc6e28f70574bf3756752f114b5119c5cb43375.tar.xz |
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.txt | 2 |
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 ------------------------------------------------ |