We should first remove git if you have installed it from repositories: sudo apt-get remove git git-svn Create a temporary directory on your local folder where you’ll download git. mkdir ~/sources cd sources/ Go to http://git.or.cz/ and download their latest stable version. Currently it’s v1.6.3. wget http://kernel.org/pub/software/scm/git/git-1.6.3.tar.gz Issue the apt-get command to get dependencies, sudo [...]





