# Wiki Write Access This website is a wiki maintained using [ikiwiki](http://ikiwiki.info). You can pull and push changes using the following URL and [this ssh key](http://git.cworth.org/git/notmuch-wiki?a=commit;h=023952dcb7cbf5d4bd9c8ba2c79bac11d54af1d4): git://notmuchmail.org/git/notmuch-wiki Eventually, you will be able to push and pull without authentication, but until then, you can use the key by copying it to ~/.ssh and adding a few lines to ~/.ssh/config: Host *.notmuchmail.org IdentityFile ~/.ssh/notmuch_wiki.key Clone the wiki branch with: git clone git://notmuchmail.org/git/notmuch-wiki Push to the wiki with: git push anongit@git.notmuchmail.org:/git/notmuch-wiki