X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=blobdiff_plain;f=wikiwriteaccess.mdwn;h=8d9c38ae17068e2a5a81f0e15ea9de7a56899da1;hp=277007f94bcb0e9fe229144571d3cdec8cdf8ef7;hb=HEAD;hpb=d018e8e7ee36695c6f616ed723c6114497951fdb diff --git a/wikiwriteaccess.mdwn b/wikiwriteaccess.mdwn index 277007f..8d9c38a 100644 --- a/wikiwriteaccess.mdwn +++ b/wikiwriteaccess.mdwn @@ -6,10 +6,11 @@ source can be checked out via git with this command: git clone git://notmuchmail.org/git/notmuch-wiki -Then you can edit the wiki locally, commit the changes with: +Then you can edit the website content locally. To publish your changes, +commit the changes with: - git add ... - git commit + git add _any-new-files_ + git commit -a and push back to the wiki: