Converting Mercurial folder to a Git repository

后端 未结 9 2049
情话喂你
情话喂你 2020-12-04 05:21

I don\'t have a huge experience with Mercurial, I\'m mostly a Git guy.

I would love to mirror a specific Mercurial folder/file in a git Repository. What I\'m actuall

9条回答
  •  执笔经年
    2020-12-04 06:02

    Gitify

    Seems as a more modern and easy to use alternative to perform the conversion https://github.com/buchuki/gitifyhg

    pip install gitifyhg
    git clone gitifyhg::
    # done, you have a git repo with the entire history of the hg one
    

提交回复
热议问题