From: Karl Wiberg Date: Wed, 19 Aug 2009 20:04:58 +0000 (+0200) Subject: Tutorial: Use the new StGit repo URL in clone example X-Git-Tag: v0.15-rc2~1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/6a458ad8d2507418f4709c0b25c0d718ba6210a4?hp=9777fa365ba62819bd93a50255e3694c03107e0d Tutorial: Use the new StGit repo URL in clone example Signed-off-by: Karl Wiberg --- diff --git a/Documentation/tutorial.txt b/Documentation/tutorial.txt index b418a77..7484d70 100644 --- a/Documentation/tutorial.txt +++ b/Documentation/tutorial.txt @@ -40,7 +40,7 @@ StGit is not a stand-alone program -- it operates on a Git repository that you have already created, using +git init+ or +git clone+. So get one of those; if you don't have one at hand, try for example - $ git clone http://homepage.ntlworld.com/cmarinas/stgit.git + $ git clone git://repo.or.cz/stgit.git $ cd stgit Before you can create StGit patches, you have to run linkstg:init[]: