Skip to content

Instantly share code, notes, and snippets.

@hongjonghwa
Created March 18, 2020 10:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hongjonghwa/8b6b06ce76f33e40d2558b2defea353d to your computer and use it in GitHub Desktop.
Save hongjonghwa/8b6b06ce76f33e40d2558b2defea353d to your computer and use it in GitHub Desktop.
find . -name .DS_Store -print0 | xargs -0 git rm -f --cached --ignore-unmatch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment