]> sipb.mit.edu Git - ikiwiki.git/blob - doc/rcs/git.mdwn
add news item for ikiwiki 2.11
[ikiwiki.git] / doc / rcs / git.mdwn
1 [[meta title="Git"]]
2
3 [Git][git] is a distributed revison control system originally developed for
4 the Linux kernel. Ikiwiki supports storing a wiki in git.
5
6 [git]: http://git.or.cz/
7
8 Ikiwiki can run as a post-update hook to update a wiki whenever commits
9 come in. When running as a [[cgi]] with Git, ikiwiki automatically
10 commits edited pages, and uses the Git history to generate the
11 [[RecentChanges]] page.
12
13 [[Setup]] documents current best practice for using git with ikiwiki. This
14 involves setting up a pair of git repositories. This method isn't the most
15 obvious, but it works the best.
16
17 See also: [[common_git_pitfalls|/setup/git_pitfalls]]