I am on Ubuntu 16.04, and it has git version 2.7.4.
Update Git
sudo add-apt-repository ppa:git-core/ppa -ysudo apt-get updatesudo apt-get install git -yNOTE: If add-apt-repository is not available, run sudo apt-get install python-software-properties software-properties-common
Check Git version
git --versiongit version 2.25.0