Better section name
[ikiwiki.git] / docs / howtos / how_to_edit_this_site / index.mdwn
index eca25c9..47f9e36 100644 (file)
@@ -8,6 +8,7 @@
 * This entire site is kept in a git repo, so larger changes/reversions can be done at the repo level.
 * Add images directly to the repo in `/usr/local/www/ikiwiki-srcdir/` with git, and they will automatically be brought into the site by the post-commit hook.  
 * Users on leaf.dragonflybsd.org in the ikiwiki group can clone from `/usr/local/www/ikiwiki-repo.git/` and edit with a favorite editor, and then push back.  You need to be in the 'ikiwiki' group.
+* If some random person completely scrambles a page, and there's no subsequent commits, you can undo it on leaf by going to `/usr/local/www/ikiwiki-srcdir` and performing `git revert HEAD`, then rebuilding.
 
 ## Styles