From: justin Date: Sat, 9 Feb 2013 21:26:50 +0000 (-0800) Subject: Note about reverting X-Git-Url: http://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/64236c94335865e0a8fc7377f79797fc0d16e0d7 Note about reverting --- diff --git a/docs/howtos/how_to_edit_this_site/index.mdwn b/docs/howtos/how_to_edit_this_site/index.mdwn index eca25c9..47f9e36 100644 --- a/docs/howtos/how_to_edit_this_site/index.mdwn +++ b/docs/howtos/how_to_edit_this_site/index.mdwn @@ -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