You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trac2Gollum edited this page Jun 20, 2013
·
3 revisions
Git Migration
There are various tools available to do perform the conversion from Mercurial to Git however fast-export seems to have the best reviews.
The procedure is as follows
git clone git://repo.or.cz/fast-export.git
Download the fast-export tool
mkdir new_git_repo
cd new_git_repo
git init
Create the destination Git repository
/path/to/hg-fast-export.sh -r /path/to/hg_repo
Run the conversion