I'm tring to install the latest git on linux (debian/ubuntu)
I tried
sudo apt-add-repository ppa:git-core/ppa
sudo apt-get update
sudo apt-get install git
It got me
git --version
git version 2.7.4
But according to this article: https://stackoverflow.com/a/37293198 a more recent version exists.