Skip to content

Instantly share code, notes, and snippets.

@abcprintf
Created August 7, 2023 06:50
Show Gist options
  • Save abcprintf/b70aeb8d13e441066dc17d040b1c09b1 to your computer and use it in GitHub Desktop.
Save abcprintf/b70aeb8d13e441066dc17d040b1c09b1 to your computer and use it in GitHub Desktop.
git config LF
git config --global core.eol lf
git config --global core.autocrlf false

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