Created
September 16, 2011 22:15
-
-
Save eegrok/1223290 to your computer and use it in GitHub Desktop.
Initial git configuration stuff
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 “My Name” (put in your name) | |
| git config --global user.email “email@domain.com” (put in your email address) | |
| git config --global branch.autosetuprebase always | |
| git config --global core.excludesfile ~/.gitignore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment