upgrade git on Ubuntu 10.04 (Lucid Lynx)

Solution 1:

To install the latest stable from command line...

sudo apt-get install python-software-properties
sudo add-apt-repository ppa:git-core/ppa
sudo apt-get update
sudo apt-get install git

This should let you install 1.8.2-1~ppa0~lucid2.