git error:The following untracked working tree files would be overwritten by checkout

来源:互联网 发布:如何在手机上开淘宝店 编辑:程序博客网 时间:2024/05/18 18:03

Warning: This will delete the local files that are not indexed

git checkout -f another-branch

another-branch是你想要切换的分支


0 0