Home GIT repositories
GIT repositories PDF Print E-mail

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, perform the following command:

apt-get install git-core

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.bu3sch.de/REPOSITORY.git

It will download and checkout the REPOSITORY. To later update and fetch latest changes, issue the following command inside of the cloned tree:

git pull

Last Updated on Sunday, 20 June 2010 11:00