X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/74baaeba00c90cd7a027e40e2f6d65695341a0e1..906dcfd518c9597dd68ddf30c28bb68e9cbf8555:/doc/rcs/git.mdwn diff --git a/doc/rcs/git.mdwn b/doc/rcs/git.mdwn index eeb05d5f2..6bcb8abe9 100644 --- a/doc/rcs/git.mdwn +++ b/doc/rcs/git.mdwn @@ -1,7 +1,16 @@ [[meta title="Git"]] -[Git](http://git.or.cz) 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. \ No newline at end of file +commits edited pages, and uses the Git history to generate the [[RecentChanges]] page. + +Links: + +* [[Editing_wiki_pages_manually with git|GitManual]] +* [HOWTO: ikiwiki + git][howto] + +[howto]: http://fob.po8.org/node/346 \ No newline at end of file