Skip to content

Instantly share code, notes, and snippets.

@lidgen
Created November 18, 2017 22:56
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 lidgen/038fc45729116099504a7466e9b4749f to your computer and use it in GitHub Desktop.
Save lidgen/038fc45729116099504a7466e9b4749f to your computer and use it in GitHub Desktop.
configuration for git
[user]
email = myemail
name = myname
[core]
autocrlf = true
safecrlf = false
whitespace = trailing-space,cr-at-eol
fileMode = false
[color]
ui = auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment