X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/a89f6cb1a0dc6d2f748866f8970dff1a6f55980e..e79eac82b0b6b8769c72e0ebeeac278718ae1c58:/doc/rcs/git.mdwn diff --git a/doc/rcs/git.mdwn b/doc/rcs/git.mdwn index 6bcb8abe9..55e2f1d55 100644 --- a/doc/rcs/git.mdwn +++ b/doc/rcs/git.mdwn @@ -1,16 +1,17 @@ [[meta title="Git"]] -[Git][git] is a distributed revison control system originally developed for the Linux kernel. Ikiwiki supports storing a wiki in git. +[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/ 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. +commits edited pages, and uses the Git history to generate the +[[RecentChanges]] page. -Links: +[[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. -* [[Editing_wiki_pages_manually with git|GitManual]] -* [HOWTO: ikiwiki + git][howto] - -[howto]: http://fob.po8.org/node/346 \ No newline at end of file +See also: [[common_git_pitfalls|/setup/git_pitfalls]]