Skip to content

Instantly share code, notes, and snippets.

@sunils34
Created September 5, 2012 06:13
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 sunils34/3631448 to your computer and use it in GitHub Desktop.
Save sunils34/3631448 to your computer and use it in GitHub Desktop.
Git Config
git config --global user.name 'Sunil Sadasivan'
git config --global user.email email@email.com
git config --global core.editor vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment