Skip to content

Instantly share code, notes, and snippets.

@gavinwhyte
Created August 31, 2015 07:03
Show Gist options
  • Save gavinwhyte/58aa4b76a624b619a705 to your computer and use it in GitHub Desktop.
Save gavinwhyte/58aa4b76a624b619a705 to your computer and use it in GitHub Desktop.
upgrading git in ubuntu
add the PPA to the local index:
>sudo add-apt-repository ppa:git-core/ppa
update the local repository index
>sudo apt-get update
and lastly install the git package.
>sudo apt-get install git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment