Created
August 29, 2010 15:33
-
-
Save mgreenly/556385 to your computer and use it in GitHub Desktop.
git config
This file contains 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 "Your Name Comes Here" | |
git config --global user.email [email protected] | |
git config --global core.editor "vim" | |
git config --global core.excludesfile ~/.gitignore | |
git config --global color.diff auto | |
git config --global color.status auto | |
git config --global color.branch auto | |
git config --global color.interactive auto | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment