Install latest git version on Ubuntu

Add the git PPA and install
sudo add-apt-repository ppa:git-core/ppa
sudo apt-get update
sudo apt-get install git

Check the installed version
sudo apt-cache policy git
git --version

留言