diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-23 21:30:42 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-23 21:30:42 -0700 |
commit | 168cc639adb29616bde22f97f153faa1dfd024eb (patch) | |
tree | b4afe3f6dd6eaa970cb0e5dba2d3fe640843121f /Documentation | |
parent | 58eaf287f1b25f6427b06bd72d8e555615828aeb (diff) | |
parent | 0d6a873cfe4ba9428cf361c633faf701cadc04b8 (diff) | |
download | git-168cc639adb29616bde22f97f153faa1dfd024eb.tar.gz |
Merge refs/heads/master from .
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 55d63d9432..d133250635 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 |