Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一些 Codeplex 项目的分支。我希望用官方代码中的最新代码更新我的叉子(那是树干吗?)。
我怎样才能做到这一点?
我也在Win7 x64 上使用TortoiseHG 。
谢谢 :)
这些命令是pull(获取远程更改),并将update您的工作目录更新为最新的变更集。
pull
update
由于您似乎不太熟悉 Mercurial 的工作方式,因此最好阅读一些介绍性材料,例如: