How can I add remote repositories in Mercurial?

后端 未结 4 566
忘掉有多难
忘掉有多难 2021-01-30 08:05

I am working with Git repositories in the following way:

  • I have the master repository and several remotes on the different production machines.
  • I am push
4条回答
  •  走了就别回头了
    2021-01-30 08:27

    You could have a look to hg-git GitHub plugin:

    hg-git general idea

    adding the ability to push to and pull from a Git server repository from Mercurial.
    This means you can collaborate on Git based projects from Mercurial, or use a Git server as a collaboration point for a team with developers using both Git and Mercurial.

    Note: I haven't tested that tool with the latest versions of Mercurial.

提交回复
热议问题