diff options
| author | James Vasile <james@hackervisions.org> | 2010-02-27 19:36:39 -0500 |
|---|---|---|
| committer | James Vasile <james@hackervisions.org> | 2010-02-27 19:36:39 -0500 |
| commit | c6b6f82f02ce133e78e2fba743b0f2bebd2a1769 (patch) | |
| tree | 3cd0b40fa13cb9681b6eaf209fde06ff4dc9edd8 | |
| parent | 7d4ba3c04557a156c3091239cb78271abb211e0a (diff) | |
Minor edits to wikiwriteaccess
| -rw-r--r-- | wikiwriteaccess.mdwn | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/wikiwriteaccess.mdwn b/wikiwriteaccess.mdwn index a217deb..cdd1b74 100644 --- a/wikiwriteaccess.mdwn +++ b/wikiwriteaccess.mdwn @@ -2,9 +2,8 @@ This website is a wiki maintained using [ikiwiki](http://ikiwiki.info). You can pull and push changes using -the following URL using -[this](http://git.cworth.org/git/notmuch-wiki?a=commit;h=023952dcb7cbf5d4bd9c8ba2c79bac11d54af1d4) -ssh key: +the following URL and +[this ssh key](http://git.cworth.org/git/notmuch-wiki?a=commit;h=023952dcb7cbf5d4bd9c8ba2c79bac11d54af1d4): git://notmuchmail.org/git/notmuch-wiki @@ -15,10 +14,11 @@ a few lines to ~/.ssh/config: Host *.notmuchmail.org IdentityFile ~/.ssh/notmuch_wiki.key -Checkout the branch with: +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
\ No newline at end of file + git push anongit@git.notmuchmail.org:/git/notmuch-wiki + |
