Skip to content

Instantly share code, notes, and snippets.

@jaceshim
Created April 9, 2018 07:37
Show Gist options
  • Save jaceshim/306129d9f157e2859c63cdb1fdc4ef9c to your computer and use it in GitHub Desktop.
Save jaceshim/306129d9f157e2859c63cdb1fdc4ef9c to your computer and use it in GitHub Desktop.
delete .git directory
find . -type f | grep -i "\.git" | xargs rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment