去除git版本控制


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


123


linux git


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

相關文章
相關標籤/搜索