My hacking projects can be found in my GIT repositories.
GIT is an advanced Source Code Manager. It's shipped with most Linux distributions. To install it on Debian Linux, issue the following command:
aptitude install git
The GIT repositories are available via native GIT protocol. To clone (retrieve) one of my GIT repositories, enter the following command:
git clone git://git.bues.ch/REPOSITORY.git
It will download and checkout the REPOSITORY. To update and fetch latest changes, issue the following command inside of the cloned tree:
git pull
Updated: Tuesday 31 January 2012 17:28 (UTC)