我想鏡像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同步,爲什麼不會是能夠更新,還是有不同的/更好的方式來做到這一點?