I am considering moving my website from WordPress to Jekyll, a static-site generator based on Git, however, I would like to not have to install Git directly. Does anyone know of a plugin for Mercurial which can convert Hg to Git? I have seen several projects try to build something like this, but none seem to stand out. Do you guys have any suggestions that I can try?
|
2
|
The Hg-git Mercurial extension lets you work with GIT repos via Mercurial. You might be able to say, push an Hg repo to a GIT one. |
|||
|
|