我想镜像perforce存储库,并且git-p4在主分支上执行得不够好。我只需拨打git-p4 rebase
即可。我也试图镜像一个不同的分支,但那并不容易。我想我可能只是做一个git-p4 rebase --branch=p4/whatever //open/branches/whatever
但rebase
似乎忽略了这些代码,并且如果我做一个sync
,而不是我的错误信息:fast-import failed: warning: Not updating refs/heads/p4/whatever (new tip 14f7e14e5079bb730363440901adee102e5f04c9 does not contain 0ca89b0333f408367e3676720b109a08cc40b3ae)
git-p4同步在不同的分支和回购
我最初的导入与@all同步,为什么不会是能够更新,还是有不同的/更好的方式来做到这一点?