Quick install git 1.5.5+ on a fresh Ubuntu 7.10 April 19
This entry is note to me so that I can come back to it later on when needed.
1. Download git from: http://git.or.cz/ 2. Uncompress it and go to the uncompressed git directory. 3. run: sudo apt-get build-dep git-core 4. run: sudo apt-get install libssl-dev 5. run: make configure 6. run: ./configure --prefix=/usr/local 7. run: make all doc 8. run: sudo make install install-doc done!!