Is there an easy way to delete untracked git files
This question already has an answer here:
使用git clean
命令。
git clean -f -d # will delete all untracked directories and files.
链接地址: http://www.djcxy.com/p/3274.html
上一篇: 如何将Git托管项目中的所有本地更改恢复到以前的状态?
下一篇: 有没有简单的方法来删除未跟踪的git文件