Skip to content

Instantly share code, notes, and snippets.

@ClaudioVarandas
Created August 23, 2015 17:29
Show Gist options
  • Save ClaudioVarandas/92d9b552a6e9606b4cbc to your computer and use it in GitHub Desktop.
Save ClaudioVarandas/92d9b552a6e9606b4cbc to your computer and use it in GitHub Desktop.
Remove git files from project
find . | grep .git | xargs rm -rf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment