Skip to content

Instantly share code, notes, and snippets.

@VernonGrant
Last active January 29, 2022 03:53
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 VernonGrant/87758f28ebc077cea64317a0944cc414 to your computer and use it in GitHub Desktop.
Save VernonGrant/87758f28ebc077cea64317a0944cc414 to your computer and use it in GitHub Desktop.
Correct WSL Git line endings issues.
# For the current repository
git config core.filemode false
# Globally
git config --global core.filemode false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment