Skip to content

Instantly share code, notes, and snippets.

@murachi1208
Created June 6, 2014 15:31
Show Gist options
  • Save murachi1208/8b9c99cd73d7ed108c1c to your computer and use it in GitHub Desktop.
Save murachi1208/8b9c99cd73d7ed108c1c to your computer and use it in GitHub Desktop.
git config --global core.autocrlf false
[core]
quotepath = false
$ git config --global user.name 'your name'
$ git config --global user.email you@example.com
[user]
name = your name
email = you@example.com
[core]
quotepath = false
autoCRLF = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment