Skip to content

Instantly share code, notes, and snippets.

@StudioLE
Last active June 9, 2020 16:12
Show Gist options
  • Save StudioLE/b24da96391aab6d320c9a3e36b761ea8 to your computer and use it in GitHub Desktop.
Save StudioLE/b24da96391aab6d320c9a3e36b761ea8 to your computer and use it in GitHub Desktop.
Renormalize all line endings
echo "* text=auto" >.gitattributes
git add --renormalize .
git commit -m "Renormalized end-of-line"
@StudioLE
Copy link
Author

StudioLE commented Jun 9, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment