From 64236c94335865e0a8fc7377f79797fc0d16e0d7 Mon Sep 17 00:00:00 2001 From: justin Date: Sat, 9 Feb 2013 13:26:50 -0800 Subject: [PATCH] Note about reverting --- docs/howtos/how_to_edit_this_site/index.mdwn | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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 -- 1.7.7.2