From: Carl Worth Date: Wed, 23 Mar 2016 17:10:57 +0000 (-0700) Subject: Slight tweak to wiki-write-access instructions X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=commitdiff_plain;h=4e48967810f5cf5f009ee9629d2a8786eb1ba627 Slight tweak to wiki-write-access instructions Giving some indication of when you would want to use "git add", (for new files), and recommending "git commit -a". --- diff --git a/wikiwriteaccess.mdwn b/wikiwriteaccess.mdwn index 277007f..6d79616 100644 --- a/wikiwriteaccess.mdwn +++ b/wikiwriteaccess.mdwn @@ -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: