Git清除项目版本控制信息 2020-05-23 Git Git 0 评论 字数统计: 23(字) 首先进入项目目录下: cd project 然后执行: find . -name ".git" | xargs rm -rf