Skip to content

Instantly share code, notes, and snippets.

@Jeckerson
Created September 11, 2021 11:26
Show Gist options
  • Save Jeckerson/b3fa88871fb9664e56236d568dcee24d to your computer and use it in GitHub Desktop.
Save Jeckerson/b3fa88871fb9664e56236d568dcee24d to your computer and use it in GitHub Desktop.
git config --global core.eol lf
git config --global core.autocrlf input
# In case cache
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