]> git.cworth.org Git - notmuch-wiki/blob - wikiwriteaccess.mdwn
add wikiwriteaccess to tell people how to push/pull the wiki
[notmuch-wiki] / wikiwriteaccess.mdwn
1 # Wiki Write Access
2
3 This website is a wiki maintained using
4 [ikiwiki](http://ikiwiki.info). You can pull and push changes using
5 the following URL using
6 [this](http://git.cworth.org/git/notmuch-wiki?a=commit;h=023952dcb7cbf5d4bd9c8ba2c79bac11d54af1d4)
7 ssh key:
8
9     git://notmuchmail.org/git/notmuch-wiki
10
11 Eventually, you will be able to push and pull without authentication,
12 but until then, you can use the key by copying it to ~/.ssh and adding
13 a few lines to ~/.ssh/config:
14
15     Host *.notmuchmail.org
16         IdentityFile ~/.ssh/notmuch_wiki.key
17
18 Checkout the branch with:
19
20     git clone git://notmuchmail.org/git/notmuch-wiki
21
22 Push to the wiki with:
23
24     git push anongit@git.notmuchmail.org:/git/notmuch-wiki