Skip to content

Instantly share code, notes, and snippets.

@davidrenne
Created September 5, 2013 17:38
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 davidrenne/6453471 to your computer and use it in GitHub Desktop.
Save davidrenne/6453471 to your computer and use it in GitHub Desktop.
Default git settings
git config --global user.name "David Renne"
git config --global user.email david_renne@yahoo.com
git config --global push.default current
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment