I installed Git on Ubuntu Lucid (latest) manually as following.
cd ~/tmp
wget http://kernel.org/pub/software/scm/git/git-1.7.0.6.tar.gz
tar -xzvf git-1.7.0.6.tar.gz
cd git-1.7.0.6.tar.gz
./configure
sudo make
sudo make install
Now, how can I completely uninstall it?
~/tmp/git-1.7xxxxxstill there? – hasen j May 4 '10 at 19:21git-core. – Zack May 4 '10 at 22:11