I am using GIT as GIT in the form of source code repository. I want to share this project with other Java developers and HG, the most used by them.
My question is how do I convert a GIT repository to HG?
If I try to "convert HG to Git" and about changing every search hit from HG to GIT, I am also using.
After the installation, the utility is not by default to set it to its .grcc
Add the following to the file.
[extension] hgext.convert =
If you are using on Windows, then this file will be sent to mercurial.ini < / Code>. After changing this setting you will be able to use the
hg convert
utility.
Comments
Post a Comment