Skip to content

Instantly share code, notes, and snippets.

@brentertz
Created March 6, 2011 17:48
Show Gist options
  • Save brentertz/857445 to your computer and use it in GitHub Desktop.
Save brentertz/857445 to your computer and use it in GitHub Desktop.
Common Global Git Config
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