我刚刚安装了Hg-Git,我想知道是否可以从同一个存储库推送到 Bitbucket.org 和 Github.com。我在想类似的东西:
$ #make commits
$ hg push #pushes to Bitbucket since it is set as `default` in hgrc
$ hg push "github remote alias" #push to Github
因此,默认情况下它会推送到 Bitbucket,并通过指定“远程”别名来推送到 Github。