]> git.cworth.org Git - notmuch-wiki/commitdiff
Slight tweak to wiki-write-access instructions
authorCarl Worth <cworth@cworth.org>
Wed, 23 Mar 2016 17:10:57 +0000 (10:10 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 23 Mar 2016 17:10:57 +0000 (10:10 -0700)
Giving some indication of when you would want to use "git add", (for
new files), and recommending "git commit -a".

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: