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>
This commit is contained in:
Junio C Hamano
2006-01-22 22:43:59 -08:00
parent 76b927f19f
commit dcc6e28f70
3 changed files with 5 additions and 3 deletions

View File

@ -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
------------------------------------------------