出現The following untracked working tree files would be overwritten by checkoutgit
和 Please move or remove them before you can merge時的解決方案spa
git clean -d -fx ""
其中
x -----刪除忽略文件已經對git來講不識別的文件
d -----刪除未被添加到git的路徑中的文件
f -----強制運行