diff options
| author | Carl Worth <cworth@cworth.org> | 2016-03-23 10:10:57 -0700 |
|---|---|---|
| committer | Carl Worth <cworth@cworth.org> | 2016-03-23 10:10:57 -0700 |
| commit | 4e48967810f5cf5f009ee9629d2a8786eb1ba627 (patch) | |
| tree | 5a84b96535825f6fa825a299d6630d3882b245a8 | |
| parent | 18ce6a15a8e486b620ef4c968dc103d21da34ebd (diff) | |
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".
| -rw-r--r-- | wikiwriteaccess.mdwn | 4 |
1 files 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: |
