如何从任何存储库 URL 使用 PULL

发布于 2024-12-15 14:41:58 字数 141 浏览 3 评论 0原文

基本上,您从克隆的存储库中提取内容。 但是,如果我想从不同的存储库中提取数据,就像使用此命令所做的那样:

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

锦欢 2024-12-22 14:41:58

您是否尝试阅读 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文