Skip to content

Instantly share code, notes, and snippets.

@filipechagas
Created May 21, 2014 00:11
Show Gist options
  • Save filipechagas/7989c2e4b6c1a5f0aa90 to your computer and use it in GitHub Desktop.
Save filipechagas/7989c2e4b6c1a5f0aa90 to your computer and use it in GitHub Desktop.
Install latest git on debian based distros
sudo apt-get install python-software-properties
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