diff options
| author | Carl Worth <cworth@cworth.org> | 2016-03-23 10:18:11 -0700 |
|---|---|---|
| committer | Carl Worth <cworth@cworth.org> | 2016-03-23 10:18:11 -0700 |
| commit | a29ea832d02a1d0845ecb9f4795105bf68d873ef (patch) | |
| tree | 6b98497977b7a565fc8b2ab868a910cce87dd797 | |
| parent | e2bf8db1a145f88d62f5139f35449cbabef19ffb (diff) | |
Another minor change to the wiki0write-access instructions.
As is likely clear by now, I'm merely trying to test the push process.
| -rw-r--r-- | wikiwriteaccess.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wikiwriteaccess.mdwn b/wikiwriteaccess.mdwn index 7f03b0b..3d84772 100644 --- a/wikiwriteaccess.mdwn +++ b/wikiwriteaccess.mdwn @@ -6,7 +6,8 @@ source can be checked out via git with this command: git clone git://notmuchmail.org/git/notmuch-wiki -Then you can edit the wiki content locally, commit the changes with: +Then you can edit the wiki content locally. To publish your changes, +commit the changes with: git add _any-new-files_ git commit -a |
