Skip to content

Instantly share code, notes, and snippets.

@ELLIOTTCABLE
Forked from lambdajitsu/find_remove
Created July 21, 2008 21:59
Show Gist options
  • Save ELLIOTTCABLE/337 to your computer and use it in GitHub Desktop.
Save ELLIOTTCABLE/337 to your computer and use it in GitHub Desktop.
find . -name ".git" -exec rm -rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment