1 I messed up my local clone of my repository.
3 It appears that there is a special clone, which contains .ikiwiki, local.css, recentchanges, and the like.
5 How can I create a new version of this clone?
7 > No, there's the srcdir, which ikiwiki populates with some of those files
8 > when run. Notably the .ikiwiki directory and all its contents, and the
9 > recentchanges directory and its contents. But not local.css.
11 > If you've lost .ikiwiki and it contained user registration info
12 > (passwords etc), you've lost that info. Everything else can be
13 > regenerated by running `ikiwiki -setup your.setup`
15 > If you still have .ikiwiki, but the git clone is messed up somehow, you
16 > can just make a new clone and move .ikiwiki into it before running
19 > > Great, that worked. Thanks Joey!