Skip to content

Instantly share code, notes, and snippets.

@changx03
Created January 24, 2024 03:02
Show Gist options
  • Save changx03/84f1afe7023de267b682191b47b6f838 to your computer and use it in GitHub Desktop.
Save changx03/84f1afe7023de267b682191b47b6f838 to your computer and use it in GitHub Desktop.
Find then remove
find . -name ".git" -exec rm -rvf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment