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 -y
NOTE: If add-apt-repository
is not available, run sudo apt-get install python-software-properties software-properties-common
Check Git version
git --version
git version 2.25.0