summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatthieu Moy <Matthieu.Moy@imag.fr>2016-02-25 08:37:28 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-02-25 17:33:58 (GMT)
commitd9b297db70b29189398772c2997754420d323838 (patch)
treedadd6126d10566e3d008e400f186e54731972cc0 /README.md
parent6164972018ba3adbae2db1e7b286e2b811b3e7c2 (diff)
downloadgit-d9b297db70b29189398772c2997754420d323838.zip
git-d9b297db70b29189398772c2997754420d323838.tar.gz
git-d9b297db70b29189398772c2997754420d323838.tar.bz2
README.md: move the link to git-scm.com up
The documentation available on git-scm.com is nicely formatted. It's better to point users to it than to the source code of the documentation. Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index e54f9e7..5500f8a 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,9 @@ Torvalds with help of a group of hackers around the net.
Please read the file [INSTALL][] for installation instructions.
+Many Git online resources are accessible from http://git-scm.com/
+including full documentation and Git related tools.
+
See [Documentation/gittutorial.txt][] to get started, then see
[Documentation/giteveryday.txt][] for a useful minimum set of commands, and
[Documentation/git-commandname.txt][] for documentation of each command.
@@ -35,9 +38,6 @@ 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-scm.com/
-including full documentation and Git related tools.
-
The user discussion and development of Git take place on the Git
mailing list -- everyone is welcome to post bug reports, feature
requests, comments and patches to git@vger.kernel.org (read