How do I convert a git repository to mercurial?

后端 未结 9 1209
隐瞒了意图╮
隐瞒了意图╮ 2021-01-29 20:31

I\'ve been developing a java application using git as source code repository. I\'d like to share the project with other java developers and hg seems to be most used by them.

9条回答
  •  情话喂你
    2021-01-29 21:12

    You may want to look at the http://hg-git.github.com/ utility: a Git plugin for Mercurial

    This plugin is originally developped by the guys of GitHub, and allows the convert from git<->mercurial losslessly. In theory, you could even be able to clone the hg repository.

提交回复
热议问题