Created
June 28, 2016 15:25
-
-
Save Garllon/a2a4a59349e5c58e16ac080eede02bf2 to your computer and use it in GitHub Desktop.
Initial Ubuntu Configuration
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
git config --global user.name 'Garllon' | |
git config --global user.email [email protected] | |
git config --global core.editor vim | |
git config --global alias.co checkout | |
git config --global alias.br branch | |
git config --global alias.ci commit | |
git config --global alias.st status |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment