Transparent bidirectional bridge between Git and Mercurial repositories
Transparent bidirectional bridge between Git and Mercurial
git-remote-hg
$ git clone hg::https://hg.example.com/repo local-repo
$ git push origin master
$ git pull origin master