Git asks me to commit or stash changes on checkout master, even though all changes were committed?

前端 未结 8 1747
误落风尘
误落风尘 2020-12-28 12:48

I have two branches locally, master and Berislav. The latter is currently active, and I have committed all the changes. When I try to checkout to <

8条回答
  •  自闭症患者
    2020-12-28 13:14

    Move the offending file to some other location. Then delete the offending file from your tree. Pull again. then diff the changes from your offending file over the file you just pulled. hack, but it works.

提交回复
热议问题