Skip to content

Instantly share code, notes, and snippets.

@proweb
Created February 26, 2017 16:18
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 proweb/319f88c9107278444ca6996d48fbb9ed to your computer and use it in GitHub Desktop.
Save proweb/319f88c9107278444ca6996d48fbb9ed to your computer and use it in GitHub Desktop.
Install Git in Ubuntu
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