How to create a brand new git repository from an existing hg repository. This is not explained on http://hg-git.github.com/
easy_install hg-git
# Now edit your ~/.hgrc as per http://hg-git.github.com/
# Now make a bare git repository. Yes, bare.
git init --bare ~/my-git-repo # the --bare is important …