2007-02-22 07:33:23 +01:00
|
|
|
[[meta title="Git"]]
|
|
|
|
|
2007-10-21 02:57:10 +02:00
|
|
|
[Git][git] is a distributed revison control system originally developed for
|
|
|
|
the Linux kernel. Ikiwiki supports storing a wiki in git.
|
2007-09-12 18:03:38 +02:00
|
|
|
|
|
|
|
[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-10-21 02:57:10 +02:00
|
|
|
commits edited pages, and uses the Git history to generate the
|
|
|
|
[[RecentChanges]] page.
|
2007-08-30 18:03:07 +02:00
|
|
|
|
2007-10-21 02:57:10 +02:00
|
|
|
[[Setup]] documents current best practice for using git with ikiwiki. This
|
|
|
|
involves setting up a pair of git repositories. This method isn't the most
|
|
|
|
obvious, but it works the best.
|
2007-09-12 18:03:38 +02:00
|
|
|
|
2007-10-21 02:57:10 +02:00
|
|
|
See also: [[common_git_pitfalls|/setup/git_pitfalls]]
|