Skip to content

Instantly share code, notes, and snippets.

@jmrnilsson
Created October 18, 2018 07:59
Show Gist options
  • Save jmrnilsson/c10ed5c45dd753857c5564afeb5ff138 to your computer and use it in GitHub Desktop.
Save jmrnilsson/c10ed5c45dd753857c5564afeb5ff138 to your computer and use it in GitHub Desktop.
git show setting
#show settings
git config --list --show-origin
$ git config --list --show-origin | grep crlf
file:"C:\\ProgramData/Git/config" core.autocrlf=false
#csharp .gitattributes
*.sln text eol=crlf
*.config text eol=crlf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment