Skip to content

Instantly share code, notes, and snippets.

@supaket
Created May 24, 2015 03:32
Show Gist options
  • Save supaket/fc0de1805fc74cc93643 to your computer and use it in GitHub Desktop.
Save supaket/fc0de1805fc74cc93643 to your computer and use it in GitHub Desktop.
git config --global user.name "Your Name"
git config --global user.email “your_email@whatever.com"
Unix/Mac users:
git config --global core.autocrlf input
git config --global core.safecrlf true
Windows users:
git config --global core.autocrlf true
git config --global core.safecrlf true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment