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/23528.html
上一篇: 我是否因错误地使用git rebase而摧毁了我的工作?
下一篇: 有没有简单的方法来删除未跟踪的git文件