Skip to content

Instantly share code, notes, and snippets.

@byroot
Created March 27, 2012 15:08
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save byroot/2216732 to your computer and use it in GitHub Desktop.
Save byroot/2216732 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