Skip to content

Instantly share code, notes, and snippets.

@krisalexander200
Created August 13, 2012 15:00
Show Gist options
  • Save krisalexander200/3341530 to your computer and use it in GitHub Desktop.
Save krisalexander200/3341530 to your computer and use it in GitHub Desktop.
Recursively delete .DS_Store in a git repository
find . -name .DS_Store -exec git rm {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment