Skip to content

Instantly share code, notes, and snippets.

@SimonBrazell
Last active February 7, 2018 22:42
Show Gist options
  • Save SimonBrazell/aa1f767a1e2cbdf4d96a4b842f31a6b3 to your computer and use it in GitHub Desktop.
Save SimonBrazell/aa1f767a1e2cbdf4d96a4b842f31a6b3 to your computer and use it in GitHub Desktop.
Replace all CRLF with LF line endings in local repo
brew install dos2unix
cd /path/to/repo
find ./ -type f -exec dos2unix {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment