如何使用主代码库中的最新代码更新我自己的 Mercurial Fork?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这些命令是
pull
(用于获取远程更改)和update
,用于将工作目录更新为最新的更改集。由于您似乎不太熟悉 Mercurial 的工作方式,因此最好阅读一些介绍性材料,例如:
The commands are
pull
(to fetch the remote changes), andupdate
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: