diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-10-24 15:45:58 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-10-24 15:45:58 -0400 |
commit | 515f3ef60046312bc170572d9af90518f40d50ca (patch) | |
tree | 4376b61626183423e3c96efa44f21f3cbb26b31a /doc | |
parent | cd2153ca41f6e5099435b262addc7db3b06354fb (diff) | |
download | ikiwiki-515f3ef60046312bc170572d9af90518f40d50ca.tar ikiwiki-515f3ef60046312bc170572d9af90518f40d50ca.tar.gz |
anonymous git pushes are now enabled for this wiki
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/git.mdwn b/doc/git.mdwn index e5fef6a5a..cdaf3d4e2 100644 --- a/doc/git.mdwn +++ b/doc/git.mdwn @@ -1,6 +1,13 @@ Ikiwiki is developed in a git repository and can be checked out like this: +[[!template id=note text=""" +You can push changes back to ikiwiki's git repository over the `git://` +transport, to update the wiki, if you'd like, instead of editing it on the +web. Changes that could not be made via the web will be automatically +rejected. +"""]] + git clone git://git.ikiwiki.info/ Or like this if your firewall only passes http traffic (slow): |