ikiwiki/doc/git.mdwn

5 lines
351 B
Plaintext
Raw Normal View History

2006-06-11 21:13:52 +02:00
Git is a distributed revison control system originally developed for the linux kernel. Ikiki supports storing a wiki in git.
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
commits edited pages, and uses the Git history to generate the [[RecentChanges]] page.