Posts Tagged “convert”
Converting a mercurial repo to git
by Kenneth Kalmer on May 3, 2008
Keeping with the exodus from SVN/Mercurial to git, here is a super quick guide for converting a Mercurial repo to git. 1. Get the fast-export script via git git clone git://repo.or.cz/fast-export.git 2. Make a new (empty) git repo for the (…)