]> git.cworth.org Git - notmuch-wiki/blobdiff - wikiwriteaccess.mdwn
Slight tweak to wiki-write-access instructions
[notmuch-wiki] / wikiwriteaccess.mdwn
index 277007f94bcb0e9fe229144571d3cdec8cdf8ef7..6d79616dae59cccb3478cec75933d724187b89e1 100644 (file)
@@ -8,8 +8,8 @@ source can be checked out via git with this command:
 
 Then you can edit the wiki locally, commit the changes with:
 
-        git add ...
-        git commit
+        git add _any-new-files_
+        git commit -a
 
 and push back to the wiki: