Skip to content

Instantly share code, notes, and snippets.

@faysalhaque
Forked from probaldhar/gist:7de1116a23bc200eeedf
Last active August 29, 2015 14:08
Show Gist options
  • Save faysalhaque/f0eb3904561caa2fcd07 to your computer and use it in GitHub Desktop.
Save faysalhaque/f0eb3904561caa2fcd07 to your computer and use it in GitHub Desktop.
Remove .DS_Store file
Navigate go that folder with terminal and hit the command
find . -name '.*' -type f -delete
Delete all .git file from a folder - navigate to that folder from the terminal and then hit the command
rm -rf .git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment