]> git.cworth.org Git - notmuch-wiki/blobdiff - wikiwriteaccess.mdwn
Add another word to this sentence.
[notmuch-wiki] / wikiwriteaccess.mdwn
index 277007f94bcb0e9fe229144571d3cdec8cdf8ef7..7f03b0b99587074e70aa52e5adb996487bcb17d8 100644 (file)
@@ -6,10 +6,10 @@ 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 wiki content locally, commit the changes with:
 
-        git add ...
-        git commit
+        git add _any-new-files_
+        git commit -a
 
 and push back to the wiki: