blob: 3c0cd3163da4704a3a49cd326c9f0ee0bae78637 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[[meta title="Git"]]
[Git][git] is a distributed revison control system originally developed for the Linux kernel. Ikiwiki supports storing a wiki in git.
[git]: http://git.or.cz/
Ikiwiki can run as a post-update hook to update a wiki whenever commits
come in. When running as a [[cgi]] with Git, ikiwiki automatically
commits edited pages, and uses the Git history to generate the [[RecentChanges]] page.
Links:
* [[Editing_wiki_pages_manually_with_git|GitManual]]
* [HOWTO: ikiwiki + git][howto]
* Common [[Git pitfalls]] when using Git with Ikiwiki
[howto]: http://fob.po8.org/node/346
|