Skip to content

Instantly share code, notes, and snippets.

@rkaneko
Last active December 18, 2015 01:28
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 rkaneko/5703889 to your computer and use it in GitHub Desktop.
Save rkaneko/5703889 to your computer and use it in GitHub Desktop.
Installing Git on Ubuntu .
# add repository ppa:git-core
$ sudo apt-add-repository ppa:git-core/ppa
$ sudo aptitude update
$ sudo aptitude install git-core
$ git --version
git version 1.8.3
# remove ppa
$ sudo apt-add-repository --remove ppa:git-core/ppa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment