Created
February 1, 2016 07:04
-
-
Save igorepst/7d5fe9bb8a300802c630 to your computer and use it in GitHub Desktop.
Replace CRLF in already cloned Git repository
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
git config core.eol lf | |
git config core.autocrlf input | |
git rm -rf --cached . | |
git reset --hard HEAD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment