Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用了一段时间的存储库。现在我需要创建一个新的主存储库,我想在其中推送我当前的存储库。我该怎么做 ?
你没有提供很多细节,但我希望我能提供帮助。
创建新的主存储库后(使用hg clone),您可以通过编辑本地存储库的文件并将当前存储库指向它.hg/hgrc并设置新存储库的路径。
hg clone
.hg/hgrc
我希望这有帮助。