From 4e48967810f5cf5f009ee9629d2a8786eb1ba627 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 23 Mar 2016 10:10:57 -0700 Subject: [PATCH] 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". --- wikiwriteaccess.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.43.0