Skip to content

Instantly share code, notes, and snippets.

@JamieHouston
Created December 31, 2011 23:33
Show Gist options
  • Save JamieHouston/1545650 to your computer and use it in GitHub Desktop.
Save JamieHouston/1545650 to your computer and use it in GitHub Desktop.
git setup
git config --global user.name "John Doe"
git config --global user.email johndoe@example.com
git config --global core.editor vim
git config --global merge.tool vimdiff
git config branch.master.remote origin
git config branch.master.merge refs/heads/master
git config --global core.whitespace cr-at-eol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment