如何从任何存储库 URL 使用 PULL
基本上,您从克隆的存储库中提取内容。 但是,如果我想从不同的存储库中提取数据,就像使用此命令所做的那样:
hg pull REPO_URL
How is this do in TortoiseHG?
Basically you pull from a repository that your clone is made from.
But what if I want to pull from a different repository, as you would do with this command:
hg pull REPO_URL
How is this done in TortoiseHG?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试阅读 hgrc 来获取存储库?
在它的 [paths] 部分中,您可以手动定义任意数量的存储库路径,或在同步工具中使用 GUI 添加其他存储库,然后使用同步来选择所需的外部和拉推它
Did you try to read hgrc for repo?
In it's [paths] section you can define as many paths to repo as you want by hand, or add additional repos with GUI in Synchronize tool and later use the Synchronize for selecting needed external and pull-push with it