Skip to content

Instantly share code, notes, and snippets.

@pickplugins
Created September 28, 2023 05:37
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 pickplugins/1523f22f3aaf68b760deeda107cc6ca0 to your computer and use it in GitHub Desktop.
Save pickplugins/1523f22f3aaf68b760deeda107cc6ca0 to your computer and use it in GitHub Desktop.
Git Commands
Remove all DS_Store files
git rm --cached -f *.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment