diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-23 21:18:49 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-23 21:18:49 -0700 |
commit | 0d6a873cfe4ba9428cf361c633faf701cadc04b8 (patch) | |
tree | 9a263923705963ff4323bae4e0363c2d362d316e /Documentation | |
parent | 9585e406224b97b24b46131005b809a6612a3eac (diff) | |
download | git-0d6a873cfe4ba9428cf361c633faf701cadc04b8.tar.gz git-0d6a873cfe4ba9428cf361c633faf701cadc04b8.tar.xz |
Link the tutorial from the main document.
And lead the reader to it at the beginning of the manual.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index 55d63d943..d13325063 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -16,6 +16,9 @@ DESCRIPTION This is reference information for the core git commands. +Before reading this cover to cover, you may want to take a look +at the link:tutorial.html[tutorial] document. + The Discussion section below contains much useful definition and clarification info - read that first. And of the commands, I suggest reading link:git-update-cache.html[git-update-cache] and |