📌  相关文章
📜  从文件中删除 git - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:39.097000             🧑  作者: Mango

代码示例1
find . | grep .git | xargs rm -rf