【发布时间】:2018-07-21 13:09:14
【问题描述】:
我不知道我是怎么弄坏git的,我试着做git pull upstream target-branch
我得到了错误
The following untracked working tree files would be overwritten by merge
但是当我执行git status 时,我没有看到任何未跟踪的文件。
【问题讨论】:
我不知道我是怎么弄坏git的,我试着做git pull upstream target-branch
我得到了错误
The following untracked working tree files would be overwritten by merge
但是当我执行git status 时,我没有看到任何未跟踪的文件。
【问题讨论】:
git status 仅显示未忽略的文件,但您可能还忽略了文件。有关列表,请参阅git ls-files -o。
【讨论】: