2007-02-22 07:33:23 +01:00
|
|
|
[[meta title="Git"]]
|
|
|
|
|
2007-09-12 18:03:38 +02:00
|
|
|
[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/
|
2006-06-11 21:13:52 +02:00
|
|
|
|
2006-06-11 21:16:01 +02:00
|
|
|
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
|
2007-08-30 18:03:07 +02:00
|
|
|
commits edited pages, and uses the Git history to generate the [[RecentChanges]] page.
|
|
|
|
|
2007-09-12 18:03:38 +02:00
|
|
|
Links:
|
|
|
|
|
|
|
|
* [[Editing_wiki_pages_manually with git|GitManual]]
|
|
|
|
* [HOWTO: ikiwiki + git][howto]
|
2007-08-30 18:03:07 +02:00
|
|
|
|
2007-09-12 18:03:38 +02:00
|
|
|
[howto]: http://fob.po8.org/node/346
|