curl -O http://www.kernel.org/pub/software/scm/git/git-1.5.5.tar.gz
tar -xf git-1.5.5.tar.gz
cd git-1.5.5
make configure
./configure --prefix=/usr
make all
sudo make install
curl -O http://www.kernel.org/pub/software/scm/git/git-1.5.5.tar.gz
tar -xf git-1.5.5.tar.gz
cd git-1.5.5
make configure
./configure --prefix=/usr
make all
sudo make install