Skip to content

Instantly share code, notes, and snippets.

@dermidgen
Forked from tjh/gist:275182
Created January 12, 2010 14:57
Show Gist options
  • Save dermidgen/275258 to your computer and use it in GitHub Desktop.
Save dermidgen/275258 to your computer and use it in GitHub Desktop.
Git Config
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