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