Last active
November 30, 2021 22:28
-
-
Save JM-Mendez/d0693db8401a9e8e5dd9a8ac4b5ef93e to your computer and use it in GitHub Desktop.
update all line endings with git #git
This file contains 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
# After updating .gitattributes, this will remove the local files and get them from the index | |
# with the correct line endings. | |
git rm --cached -r . | |
git reset --hard |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment