去除git版本控制


命令:find . -name ".git" | xargs rm –Rf


123


linux


$ find . -type d -iname '__pycache__' -exec rm -rf {} \;

posted @ 2019-03-18 21:48  ParamousGIS  阅读(170)  评论(0编辑  收藏  举报