Created
January 24, 2024 03:02
-
-
Save changx03/84f1afe7023de267b682191b47b6f838 to your computer and use it in GitHub Desktop.
Find then remove
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -name ".git" -exec rm -rvf {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment