当前位置: 代码迷 >> 综合 >> git error:The following untracked working tree files would be overwritten by checkout
  详细解决方案

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

热度:71   发布时间:2024-01-17 07:24:37.0

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

git checkout -f another-branch

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


  相关解决方案