Skip to content

Instantly share code, notes, and snippets.

@svlasov
Created July 6, 2015 11:55
Show Gist options
  • Save svlasov/8bb38b1008e2ad38cc3e to your computer and use it in GitHub Desktop.
Save svlasov/8bb38b1008e2ad38cc3e to your computer and use it in GitHub Desktop.
Install Latest Git Release on Ubuntu
sudo add-apt-repository ppa:git-core/ppa
sudo apt-get update
sudo apt-get install git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment