Skip to content

Instantly share code, notes, and snippets.

@KINKCreative
Created April 6, 2014 08:04
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 KINKCreative/10002815 to your computer and use it in GitHub Desktop.
Save KINKCreative/10002815 to your computer and use it in GitHub Desktop.
Update git version on Ubuntu 12.04
# First add python-software-properties to get apt-add-repository
$ sudo apt-get install python-software-properties
# then...
$ 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