Convert Mercurial project to Git [duplicate]

I need to convert a mercurial project to a git project, but I would like to keep the commit history intact. My current solution was to just remove hg related files and then git init && add manually the files I needed, but that would not keep the history. Are there any solutions to this?

8 Answers
8

Leave a Comment