I have a repository. ("git init")
I've done check-ins and commits and logs and stuff. But, how can I remove all traces of git and delete git off this directory (and subdirectories)?
I'm on Ubuntu.
This worked for me:
find . -name .git -print0 | xargs -0 rm -rf
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With