diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-02-03 13:56:34 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-02-03 13:56:34 -0500 |
commit | 858d955acf92683d21369b16094cd517698ed9e6 (patch) | |
tree | 1ae2f6585490a45c4c1fcc96acb2e2a093bb5fb6 /doc/rcs | |
parent | 6afbd9939ac8cd171e7cf8376f0d0c0a4bf3d516 (diff) | |
parent | 6c1cb3f985a0f1d8568ff386cc40e35405bad4f7 (diff) |
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
Diffstat (limited to 'doc/rcs')
-rw-r--r-- | doc/rcs/git.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rcs/git.mdwn b/doc/rcs/git.mdwn index 38a418a5b..f97131742 100644 --- a/doc/rcs/git.mdwn +++ b/doc/rcs/git.mdwn @@ -22,7 +22,7 @@ but it works the best for typical ikiwiki use. and git. It is **paramount** that you **never** push to the non-bare repository -([this FAQ entry explains why](http://git.or.cz/gitwiki/GitFaq#head-b6a3d85f677763313159eb39f7dbf4579d4ee28b)). +([this FAQ entry explains why](http://git.or.cz/gitwiki/GitFaq#head-b96f48bc9c925074be9f95c0fce69bcece5f6e73)). Instead, if you want to work on the wiki from a remote machine, clone the bare repository, using either the `git` transport (if available), or `ssh`. |