Skip to content

Instantly share code, notes, and snippets.

@KOWLOR
Created July 21, 2015 07:19
Show Gist options
  • Save KOWLOR/433edb163e8518597b8a to your computer and use it in GitHub Desktop.
Save KOWLOR/433edb163e8518597b8a to your computer and use it in GitHub Desktop.
Remove all .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