Created
June 1, 2016 10:54
-
-
Save zhunik/b2587054b2d01137081a33a751028ac1 to your computer and use it in GitHub Desktop.
Dealing with line endings
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 reset --hard | |
git add . | |
git commit -m "Normalize all the line endings" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment