How can I add remote repositories in Mercurial?

后端 未结 4 670
忘掉有多难
忘掉有多难 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:26

    if you want to add default path, you have to work with default in your ~project/.hg/hgrc file. As Follows:

    [paths]
    default = https://path/to/your/repo
    

    Good Luck.

提交回复
热议问题