Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kaatinga/85dfa7376dc50405357e4fed797cb10b to your computer and use it in GitHub Desktop.
Save kaatinga/85dfa7376dc50405357e4fed797cb10b to your computer and use it in GitHub Desktop.
Sometimes it is recommended to change `autocrlf` option that actually is not correct way if your team works on Windows and Unix-like operation systems.
A special setting `core.safecrlf` can be turned off `git config --global core.safecrlf false`. It will turn off only these warning, not the feature itself.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment