Created
August 20, 2014 01:33
-
-
Save kostysh/1f6f56660ce08e0d4c69 to your computer and use it in GitHub Desktop.
Install Git on Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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