]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/rcs/git.mdwn
web commit by http://madduck.myopenid.com/: added git pitfalls link
[ikiwiki.git] / doc / rcs / git.mdwn
index 6d6d622c7c50aa76651d3b3b3e7e45163f70b67d..3c0cd3163da4704a3a49cd326c9f0ee0bae78637 100644 (file)
@@ -1,10 +1,17 @@
 [[meta title="Git"]]
 
 [[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.
 
 
 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.
 
+Links:
+
+* [[Editing_wiki_pages_manually_with_git|GitManual]]
+* [HOWTO: ikiwiki + git][howto]
+* Common [[Git pitfalls]] when using Git with Ikiwiki
 
 
-[[Editing_wiki_pages_manually|GitManual]]
\ No newline at end of file
+[howto]: http://fob.po8.org/node/346