Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在分支A上工作并进行了一些更改。我已经添加了这些更改并使用 commit 命令暂存它们。
然后我切换到分支b需要查看一些代码。然后我又切换回分支A并检查
git status
它显示一个文件被删除,但我没有删除任何文件。
为什么 git 会自动从我工作的A中删除一个文件?任何想法?