chiark
/
gitweb
/
~mdw
/
stgit
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9777fa3
)
Tutorial: Use the new StGit repo URL in clone example
author
Karl Wiberg
<kha@virtutech.com>
Wed, 19 Aug 2009 20:04:58 +0000
(22:04 +0200)
committer
Karl Wiberg
<kha@treskal.com>
Wed, 19 Aug 2009 20:05:08 +0000
(22:05 +0200)
Signed-off-by: Karl Wiberg <kha@treskal.com>
Documentation/tutorial.txt
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/tutorial.txt
b/Documentation/tutorial.txt
index b418a774ed41b1c8b8018a986a8cd030dbb29315..7484d70ce44de5fc09e1f977f767080df7fcb8ed 100644
(file)
--- 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[]: