Skip to content

Instantly share code, notes, and snippets.

@pau1m
Created November 24, 2014 15:47
Show Gist options
  • Save pau1m/be5b70104ca047c5e470 to your computer and use it in GitHub Desktop.
Save pau1m/be5b70104ca047c5e470 to your computer and use it in GitHub Desktop.
find . -name .DS_Store -print0 | xargs -0 git rm -f --ignore-unmatch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment