]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/rcs/git.mdwn
web commit by tschwinge
[git.ikiwiki.info.git] / doc / rcs / git.mdwn
1 [[meta title="Git"]]
3 [Git][git] is a distributed revison control system originally developed for
4 the Linux kernel. Ikiwiki supports storing a wiki in git.
6 [git]: http://git.or.cz/
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.
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.
17 See also: [[common_git_pitfalls|/setup/git_pitfalls]]