Skip to content

Commit dcc6e28

Browse files
author
Junio C Hamano
committed
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>
1 parent 76b927f commit dcc6e28

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Documentation/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ MAN7_TXT=git.txt
44
DOC_HTML=$(patsubst %.txt,%.html,$(MAN1_TXT) $(MAN7_TXT))
55

66
ARTICLES = tutorial
7+
ARTICLES += core-tutorial
78
ARTICLES += cvs-migration
89
ARTICLES += diffcore
910
ARTICLES += howto-index

Documentation/git.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,13 @@ people. The <<Discussion>> section below contains much useful
4343
definition and clarification - read that first.
4444

4545
If you are interested in using git to manage (version control)
46-
projects, use link:everyday.html[Everyday GIT] as a guide to the
46+
projects, use link:tutorial.html[The Tutorial] to get you started,
47+
and then link:everyday.html[Everyday GIT] as a guide to the
4748
minimum set of commands you need to know for day-to-day work.
4849
Most likely, that will get you started, and you can go a long
4950
way without knowing the low level details too much.
5051

51-
The link:tutorial.html[tutorial] document covers how things
52+
The link:core-tutorial.html[Core tutorial] document covers how things
5253
internally work.
5354

5455
If you are migrating from CVS, link:cvs-migration.html[cvs

Documentation/tutorial.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Assume you have a tarball project.tar.gz with your initial work. You
1818
can place it under git revision control as follows.
1919

2020
------------------------------------------------
21-
$ tar -xzf project.tar.gz
21+
$ tar xzf project.tar.gz
2222
$ cd project
2323
$ git init-db
2424
------------------------------------------------

0 commit comments

Comments
 (0)