Last active
October 23, 2019 12:37
-
-
Save zhd4n/dc6a27f53bcf9c81d6e874e0bd3675f8 to your computer and use it in GitHub Desktop.
Windows GIT line endings fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git config --global core.autocrlf input | |
| git config --global core.eol lf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment