-
-
Save dermidgen/275258 to your computer and use it in GitHub Desktop.
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 "Danny Graham" | |
git config --global user.email [email protected] | |
# Deprecated in favor of ... | |
#git config --global color.diff always | |
#git config --global color.status always | |
#git config --global color.branch always | |
git config --global color.ui auto | |
git config --global color.interactive auto | |
git config --global push.default matching | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment