Skip to content
anatoly techtonik edited this page Apr 30, 2015 · 2 revisions

http://hg-git.github.io/

hg clone https://bitbucket.org/pypa/pypi
mkdir pypi-git
cd pypi-git
git init --bare
cd ../pypi
hg push ../pypi-git
cd ../pypi-git
git push -u ssh://[email protected]/pydotorg/pypi master

https://bitbucket.org/durin42/hg-git/issue/93/pushing-to-empty-repository-on-github#comment-15690976

Clone this wiki locally