From a5c286643f1bc48e669b42348920b0b52e1cd645 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Wed, 4 Nov 2009 00:04:34 +0100 Subject: [PATCH] gitweb/indextext: Even better git clone example in grab howto --- gitweb/indextext.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gitweb/indextext.html b/gitweb/indextext.html index 9acbfa2..e7b7c8f 100644 --- a/gitweb/indextext.html +++ b/gitweb/indextext.html @@ -17,9 +17,8 @@ Or you may be also interested in

Register project | Register user | Update user SSH keys

-How to grab a project? Simply git clone clone_URL. -Then, repeat git pull to update to the latest version -of the project.
+How to grab a project? Simply git clone git://repo.or.cz/project.git.
+Then, repeat git pull to update to the latest version of the project.
See the The Git Homepage for more details about Git and its usage.
-- 2.11.4.GIT