diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-29 23:15:53 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-29 23:15:53 +0000 |
commit | 4bcb29f346a27c078b9b4ca8fc4fb1cba53a679f (patch) | |
tree | 02a5be1448e35294e441e8a368bd72102d6667ce | |
parent | cec033de473576d1a5073d3922ea02840615a959 (diff) |
web commit by http://madduck.myopenid.com/: favour git:// url
-rw-r--r-- | doc/news/git_move.mdwn | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/news/git_move.mdwn b/doc/news/git_move.mdwn index 85f0ad138..6497e430d 100644 --- a/doc/news/git_move.mdwn +++ b/doc/news/git_move.mdwn @@ -1,5 +1,6 @@ I've redone ikiwiki's git gateway. Hopefully it will work better now. The urls to the git repository have changed, see [[download]]. --[[Joey]] -Run `git config remote.origin.url http://ikiwiki.info/ikiwiki.git` to let your -existing clones know about the new location. --[[madduck]] +Run `git config remote.origin.url git://ikiwiki.info/` (or `git config +remote.origin.url http://ikiwiki.info/ikiwiki.git`) to let your existing +clones know about the new location. --[[madduck]] |