layout
parent
e46e5c6564
commit
1d5afdec9d
|
@ -5,8 +5,6 @@ the Linux kernel. Ikiwiki supports storing a wiki in git.
|
||||||
|
|
||||||
[git]: http://git.or.cz/
|
[git]: http://git.or.cz/
|
||||||
|
|
||||||
[[!img wiki_edit_flow.svg size=490x align=right]]
|
|
||||||
|
|
||||||
Ikiwiki can run as a git `post-update` hook to update a wiki
|
Ikiwiki can run as a git `post-update` hook to update a wiki
|
||||||
whenever commits come in. When running as a [[cgi]],
|
whenever commits come in. When running as a [[cgi]],
|
||||||
ikiwiki automatically commits edited pages, and uses the
|
ikiwiki automatically commits edited pages, and uses the
|
||||||
|
@ -14,6 +12,8 @@ git history to generate the [[RecentChanges]] page.
|
||||||
|
|
||||||
## git repository setup
|
## git repository setup
|
||||||
|
|
||||||
|
[[!img wiki_edit_flow.svg size=490x align=right]]
|
||||||
|
|
||||||
The suggested setup for git is a set of repositories setup like a
|
The suggested setup for git is a set of repositories setup like a
|
||||||
shallow, single level tree, with a bare repository (meaning that it
|
shallow, single level tree, with a bare repository (meaning that it
|
||||||
does not have a working tree checked out) at the root, and various
|
does not have a working tree checked out) at the root, and various
|
||||||
|
|
Loading…
Reference in New Issue