I am trying to convert my mercurial repository to git using the hggit extension.
As far as I can tell, it pushes everything over into one branch and one branch only.
How do I push over all my branches and tags using this extension?
I am trying to convert my mercurial repository to git using the hggit extension.
As far as I can tell, it pushes everything over into one branch and one branch only.
How do I push over all my branches and tags using this extension?
Copyright © 2021 Jogjafile Inc.
You forgot one big thing: Git "branches" and Mercurial branches are very different. And additional trick at HG-side is mandatory for pushing named branches to Git-repo