Skip to content

Instantly share code, notes, and snippets.

@get-data-
Created June 27, 2019 21:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save get-data-/2699e0a47954559b1f489669a2fb2bc0 to your computer and use it in GitHub Desktop.
Save get-data-/2699e0a47954559b1f489669a2fb2bc0 to your computer and use it in GitHub Desktop.
Upgrade git to current version
# 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