|
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 To clone (retrieve) one of my GIT repositories, enter the following command: git clone http://git.bu3sch.de/git/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 Thursday, 21 May 2009 09:51 |