标签: mercurial
我想执行一个hg pull -b [branch] --rebase,其中[branch]是我目前所在的分支。
hg pull -b [branch] --rebase
[branch]
我该怎么做?
答案 0 :(得分:0)
这是我最终的解决方案(适用于PowerShell):
hg pull -r $(& hg branch) --rebase