Skip to content

Instantly share code, notes, and snippets.

@asolera
Created April 23, 2021 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asolera/ebc3b4f3fa2c085d27865f2820624ae2 to your computer and use it in GitHub Desktop.
Save asolera/ebc3b4f3fa2c085d27865f2820624ae2 to your computer and use it in GitHub Desktop.
Fix CRLF git problems
#!/bin/bash
# https://stackoverflow.com/questions/1967370/git-replacing-lf-with-crlf
git config --global core.autocrlf false
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