Skip to content

Instantly share code, notes, and snippets.

@nom3ad
Forked from byroot/eols.sh
Created September 2, 2022 08:25
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 nom3ad/1919d860bc3f66bfdd126429f5f0bac6 to your computer and use it in GitHub Desktop.
Save nom3ad/1919d860bc3f66bfdd126429f5f0bac6 to your computer and use it in GitHub Desktop.
Convert the whole git history with dos2unix
git filter-branch --tree-filter 'git ls-files -z | xargs -0 dos2unix' -- --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment