]> git.cworth.org Git - notmuch-wiki/blobdiff - wikiwriteaccess.mdwn
News for release 0.38.3
[notmuch-wiki] / wikiwriteaccess.mdwn
index 277007f94bcb0e9fe229144571d3cdec8cdf8ef7..8d9c38ae17068e2a5a81f0e15ea9de7a56899da1 100644 (file)
@@ -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: