You can obtain the latest source snapshot through git:
{{{
-git-clone http://www.codewiz.org/~bernie/git/geekigeeki.git/
-git-clone git://www.codewiz.org/~bernie/geekigeeki.git/
+git clone http://www.codewiz.org/~bernie/git/geekigeeki.git/
+git clone git://www.codewiz.org/~bernie/geekigeeki.git/
}}}
===== Revision history =====
{{{
mkdir data
cd data
- git-init --shared=group
+ git init --shared=group
chgrp -R apache .
}}}
* reload Apache
If you cloned the repository as suggested, updating and downgrading is easy:
{{{
-git-pull
+git pull
}}}
to switch to a different version of GeekiGeeki:
{{{
-git-checkout VERSION
+git checkout {tree-ish}
}}}
==== Contributing ====