我不小心从一个错误的位置拉到了我当地的集市回收站。幸运的是,我的文件没有被覆盖,因为bazaar认识到了其中的区别:
bzr: ERROR: These branches have diverged. Use the missing command to see how.
Use the merge command to reconcile them.`然而,对象包已经被拉出,我怀疑如果我现在不清理它们,它们可能会导致冲突。
通过git reset --hard HEAD^的I saw that with git you can do this。
Bazaar doc表示,对此只有部分支持。用bazaar解决这个错误的正确方法是什么?bzr revert就足够了吗?
发布于 2012-10-28 09:39:58
如果你收到一条消息:
bzr: ERROR: These branches have diverged. Use the missing command to see how.
Use the merge command to reconcile them.那你就什么都不用做了。Bazaar不要拉任何会给你带来问题的东西。
https://stackoverflow.com/questions/13067919
复制相似问题