Skip to content

Instantly share code, notes, and snippets.

@jlcampana
Created November 20, 2014 12:58
Show Gist options
  • Select an option

  • Save jlcampana/2884d11de836108b8847 to your computer and use it in GitHub Desktop.

Select an option

Save jlcampana/2884d11de836108b8847 to your computer and use it in GitHub Desktop.
remove .git recursively
find . -name ".git" | xargs rm -rf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment