X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=README;h=c932ab310510c84c3e69107b458a228db37cb1f6;hb=6651c3f706cc47d8055ab43f9f7907202d10655d;hp=5fa41b7a18942a68bacb7b488984bdf98f6dfd1a;hpb=8f8b8873a9f4e205eff9114e2679a887c38bf27a;p=git.git diff --git a/README b/README index 5fa41b7a1..c932ab310 100644 --- a/README +++ b/README @@ -24,10 +24,18 @@ It was originally written by Linus Torvalds with help of a group of hackers around the net. It is currently maintained by Junio C Hamano. Please read the file INSTALL for installation instructions. + See Documentation/gittutorial.txt to get started, then see -Documentation/everyday.txt for a useful minimum set of commands, -and "man git-commandname" for documentation of each command. -CVS users may also want to read Documentation/cvs-migration.txt. +Documentation/everyday.txt for a useful minimum set of commands, and +Documentation/git-commandname.txt for documentation of each command. +If git has been correctly installed, then the tutorial can also be +read with "man gittutorial" or "git help tutorial", and the +documentation of each command with "man git-commandname" or "git help +commandname". + +CVS users may also want to read Documentation/gitcvs-migration.txt +("man gitcvs-migration" or "git help cvs-migration" if git is +installed). Many Git online resources are accessible from http://git.or.cz/ including full documentation and Git related tools.