From 4ed4e935ea3bdccd72ebc4051d4b7913e4128ff0 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 10 Sep 2009 14:17:33 +0100 Subject: [PATCH] Change instances of "git-foobar" to "git foobar" --- yarrg/web/devel | 2 +- yarrg/web/intro | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/yarrg/web/devel b/yarrg/web/devel index 7e02d4c..063d641 100755 --- a/yarrg/web/devel +++ b/yarrg/web/devel @@ -63,7 +63,7 @@ Note that there is NO WARRANTY !

Source code

-git-clone http://www.chiark.greenend.org.uk/~ijackson/ypp-sc-tools/master/.git/
+git clone http://www.chiark.greenend.org.uk/~ijackson/ypp-sc-tools/master/.git/
obtains the source code of the latest version released for use as a client, which you can also find as diff --git a/yarrg/web/intro b/yarrg/web/intro index 5b3af6e..c77f183 100755 --- a/yarrg/web/intro +++ b/yarrg/web/intro @@ -83,7 +83,7 @@ To install the client, install the `git' version control system and the other dependencies listed in the `Installation requirements' section of the README and then run:
-git-clone http://www.chiark.greenend.org.uk/~ijackson/ypp-sc-tools/master/.git ypp-sc-tools
+git clone http://www.chiark.greenend.org.uk/~ijackson/ypp-sc-tools/master/.git ypp-sc-tools
 cd ypp-sc-tools
 cd yarrg
 make
@@ -96,7 +96,7 @@ and build the software.
 When new versions of the upload client are released, you can:
 
 cd .../ypp-sc-tools
-git-pull
+git pull
 cd yarrg
 make
 
-- 2.30.2