Skip to content

Instantly share code, notes, and snippets.

@nicck
Created December 16, 2014 08:19
Show Gist options
  • Save nicck/d4698ebcb3783d31e6e5 to your computer and use it in GitHub Desktop.
Save nicck/d4698ebcb3783d31e6e5 to your computer and use it in GitHub Desktop.

Revisions

  1. nicck created this gist Dec 16, 2014.
    1 change: 1 addition & 0 deletions git-rm-ds-store
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    find . -name .DS_Store -print0 | xargs -0 git rm -f --ignore-unmatch