使用本地 GUI 工具解决远程合并冲突

发布于 2024-09-03 14:14:50 字数 215 浏览 5 评论 0原文

我想在我的 Mac 上使用 GUI 应用程序(更改 http://connectedflow.com/changes/ )来解决在我的服务器上通过 SSH 使用 Mercurial 时的合并冲突。

无需在本地克隆存储库即可实现此目的的最直接方法是什么?

I would like to use a GUI app on my Mac (Changes http://connectedflow.com/changes/) to resolve merge conflicts when using Mercurial via SSH on my server.

What is the most straightforward way to achieve this without cloning the repository locally?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

何时共饮酒 2024-09-10 14:14:50

如果是我,我会:

  • 克隆远程存储库,在本地合并,然后推送合并
  • 挂载远程存储库,然后在本地合并(如果您有 ssh 访问权限,可以使用 macfuse)

If it were me, I would either:

  • Clone the remote repository, merge locally, then push the merge
  • Mount the remote repository, then merge locally (if you've got ssh access, you can use macfuse)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文