如何使用主代码库中的最新代码更新我自己的 Mercurial Fork?

发布于 2024-09-06 11:47:28 字数 184 浏览 4 评论 0原文

我有一些 Codeplex 项目的分支。我希望用官方代码中的最新代码更新我的前叉(是主干吗?)。

我该怎么做?

我还在 Win7 x64 上使用 TortoiseHG

谢谢 :)

I've got a fork of some Codeplex project. I wish to update my fork with the latest code in the official code (is that the trunk?).

How can I do this?

I'm also using TortoiseHG on Win7 x64.

Thanks :)

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

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

发布评论

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

评论(1

云淡风轻 2024-09-13 11:47:28

这些命令是pull(用于获取远程更改)和update,用于将工作目录更新为最新的更改集。

由于您似乎不太熟悉 Mercurial 的工作方式,因此最好阅读一些介绍性材料,例如:

The commands are pull (to fetch the remote changes), and update to update your working directory to the most recent changeset.

Since you don't seem very familiar with the way Mercurial works, it would be a very good idea to read some introductory material like:

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