Skip to content

Instantly share code, notes, and snippets.

@ytkhs
Created July 13, 2011 15:50
Show Gist options
  • Save ytkhs/1080582 to your computer and use it in GitHub Desktop.
Save ytkhs/1080582 to your computer and use it in GitHub Desktop.
remove all .DS_Store files from git
$ find . -depth -name '.DS_Store' -exec git rm --cached '{}' \; -print
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment