我有两个存储库,一个在Bitbucket中,另一个在Github中。
我想做的是:将Bitbucket的存储库合并到Github存储库中,同时保留Bitbucket的存储库的提交历史记录。合并后,Github的仓库应该具有自己的提交历史以及Bitbucket的存储库提交历史。我想避免在Github中创建新的存储库。
如何使用git执行以上操作?
您可以在https://help.github.com/en/github/creating-cloning-and-archiving-repositories/duplicating-a-repository#mirroring-a-repository-in-another-location上查看git mirror。>
当您推送到bitbucket时,它将允许您自动将更改拉到github。
您可以尝试这个