summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 76b927f)
raw | patch | inline | side by side (parent: 76b927f)
author | Junio C Hamano <junkio@cox.net> | |
Mon, 23 Jan 2006 06:43:59 +0000 (22:43 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 23 Jan 2006 06:43:59 +0000 (22:43 -0800) |
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>
the tutorial, and also forgot to build and install the renamed
core-tutorial document.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/Makefile | patch | blob | history | |
Documentation/git.txt | patch | blob | history | |
Documentation/tutorial.txt | patch | blob | history |
diff --git a/Documentation/Makefile b/Documentation/Makefile
index a1ff2c2170b5d552e948d49fc62559ae65a70b44..a65fb1b66b8a313bec82ab361a156ed3842f570b 100644 (file)
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
DOC_HTML=$(patsubst %.txt,%.html,$(MAN1_TXT) $(MAN7_TXT))
ARTICLES = tutorial
+ARTICLES += core-tutorial
ARTICLES += cvs-migration
ARTICLES += diffcore
ARTICLES += howto-index
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 92cfe0ee31a3ce6fc85ac4041ae9bb17e6419a8d..25bcb840f9d3a85bebb632585531c6d0782d6970 100644 (file)
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
definition and clarification - read that first.
If you are interested in using git to manage (version control)
-projects, use link:everyday.html[Everyday GIT] as a guide to the
+projects, use link:tutorial.html[The Tutorial] to get you started,
+and then link:everyday.html[Everyday GIT] as a guide to the
minimum set of commands you need to know for day-to-day work.
Most likely, that will get you started, and you can go a long
way without knowing the low level details too much.
-The link:tutorial.html[tutorial] document covers how things
+The link:core-tutorial.html[Core tutorial] document covers how things
internally work.
If you are migrating from CVS, link:cvs-migration.html[cvs
index a09bbea7d7214bbbb02ed1c6013a38b753c80ad6..66680d76bd8bc196bbbfdf98923b6be6354dea0d 100644 (file)
can place it under git revision control as follows.
------------------------------------------------
-$ tar -xzf project.tar.gz
+$ tar xzf project.tar.gz
$ cd project
$ git init-db
------------------------------------------------