Skip to content

Instantly share code, notes, and snippets.

@betweenbrain
Last active December 21, 2015 16:09
Show Gist options
  • Select an option

  • Save betweenbrain/6331991 to your computer and use it in GitHub Desktop.

Select an option

Save betweenbrain/6331991 to your computer and use it in GitHub Desktop.
Update Git on Ubuntu 12.04

Important: The contents of Personal Package Archives are not checked or monitored. You install software from them at your own risk. This PPA is maintained by the Ubuntu Git Maintainers team. https://launchpad.net/~git-core/+archive/ppa

$ sudo add-apt-repository ppa:git-core/ppa If you get a sudo: add-apt-repository: command not found error, then you need to run $ sudo apt-get install python-software-properties

$ sudo apt-get update

$ sudo apt-get upgrade

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment