Check before updating
git --version
If you really need updation then follow below steps
sudo add-apt-repository ppa:git-core/ppa -y
sudo apt-get update
sudo apt-get install git -y
Now check your updated version
git --version
Comments
Post a Comment