git-remote-hg 是对 git 工具的一个扩展,实现通过 git 命令获取 Mercurial 仓库的方法。
使用方法:
git clone "hg::http://selenic.com/repo/hello"
安装:
wget https://raw.github.com/felipec/git-remote-hg/master/git-remote-hg -O ~/bin/git-remote-hg chmod +x ~/bin/git-remote-hg