我正在尝试镜像一个 perforce 存储库,并且 git-p4 在主分支上表现得足够好。我只需要打电话git-p4 rebase
。我也在尝试镜像一个不同的分支,但这并不容易。我以为我可以做 agit-p4 rebase --branch=p4/whatever //open/branches/whatever
但rebase
似乎忽略了这些标签,如果我做 async
相反,我会收到错误消息:fast-import failed: warning: Not updating refs/heads/p4/whatever (new tip 14f7e14e5079bb730363440901adee102e5f04c9 does not contain 0ca89b0333f408367e3676720b109a08cc40b3ae)
我最初的导入是与@all 同步,为什么它不能更新,或者有不同/更好的方法来做到这一点?