Created
June 27, 2019 21:46
-
-
Save get-data-/2699e0a47954559b1f489669a2fb2bc0 to your computer and use it in GitHub Desktop.
Upgrade git to current version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Source: https://unix.stackexchange.com/questions/33617/how-can-i-update-to-a-newer-version-of-git-using-apt-get | |
sudo add-apt-repository ppa:git-core/ppa -y | |
sudo apt-get update | |
sudo apt-get install git -y | |
git --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment