我如何合并两个不同的存储库?

问题描述 投票:0回答:2

我有两个存储库,一个在Bitbucket中,另一个在Github中。

我想做的是:将Bitbucket的存储库合并到Github存储库中,同时保留Bitbucket的存储库的提交历史记录。合并后,Github的仓库应该具有自己的提交历史以及Bitbucket的存储库提交历史。我想避免在Github中创建新的存储库。

如何使用git执行以上操作?

git git-merge
2个回答
0
投票

您可以在https://help.github.com/en/github/creating-cloning-and-archiving-repositories/duplicating-a-repository#mirroring-a-repository-in-another-location上查看git mirror。>

当您推送到bitbucket时,它将允许您自动将更改拉到github。


0
投票

您可以尝试这个

© www.soinside.com 2019 - 2024. All rights reserved.