Created
March 6, 2011 17:48
-
-
Save brentertz/857445 to your computer and use it in GitHub Desktop.
Common Global Git Config
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 "Your Name" | |
git config --global user.email [email protected] | |
git config --global alias.co checkout | |
git config --global core.editor "mate -w" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment