有没有简单的方法来删除未跟踪的git文件
这个问题在这里已经有了答案:
使用git clean命令。 
git clean -f -d # will delete all untracked directories and files.
                        链接地址: http://www.djcxy.com/p/3273.html
                        上一篇: Is there an easy way to delete untracked git files
下一篇: Undoing changes
