Skip to content

Instantly share code, notes, and snippets.

@nateritter
Created August 28, 2015 03:52
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 nateritter/85fc7e7ce218140376ea to your computer and use it in GitHub Desktop.
Save nateritter/85fc7e7ce218140376ea to your computer and use it in GitHub Desktop.
Remove git files recursively

find . | grep .git | xargs rm -rf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment