diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-29 23:13:40 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-29 23:13:40 +0000 |
commit | cec033de473576d1a5073d3922ea02840615a959 (patch) | |
tree | dd1aa0b5068531bba7bba371111a9b37cfe55d18 /doc | |
parent | 5b5fb8e877b632802b9131221ee11e2be8c28419 (diff) |
web commit by http://madduck.myopenid.com/: add info on how to reconfigure existing clones
Diffstat (limited to 'doc')
-rw-r--r-- | doc/news/git_move.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/news/git_move.mdwn b/doc/news/git_move.mdwn index fa61bd908..85f0ad138 100644 --- a/doc/news/git_move.mdwn +++ b/doc/news/git_move.mdwn @@ -1,2 +1,5 @@ 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]] |