Skip to content

Instantly share code, notes, and snippets.

@kostysh
Created August 20, 2014 01:33
Show Gist options
  • Save kostysh/1f6f56660ce08e0d4c69 to your computer and use it in GitHub Desktop.
Save kostysh/1f6f56660ce08e0d4c69 to your computer and use it in GitHub Desktop.
Install Git on Ubuntu
sudo apt-get install git
git config --global user.name "Your Name"
git config --global user.email "[email protected]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment