remove all .git files and directories use one command

find . -type d -name ".git" | xargs rm -rfgit

相關文章
相關標籤/搜索