Skip to content

Instantly share code, notes, and snippets.

@mgreenly
Created August 29, 2010 15:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mgreenly/556385 to your computer and use it in GitHub Desktop.
Save mgreenly/556385 to your computer and use it in GitHub Desktop.
git config
git config --global user.name "Your Name Comes Here"
git config --global user.email you@yourdomain.example.com
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