Created
March 17, 2010 18:03
-
-
Save popthestack/335519 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone git://repo.or.cz/fast-export.git | |
mkdir fast-export/log | |
mkdir your_new_git_repo | |
cd !$ | |
git init | |
../fast-export/hg-fast-export.sh --force -r "../path_to/hg_repo" &> "../fast-export/log/export_log" | |
git gc --aggressive &>/dev/null & | |
# wait. it may take a while for the git gc command to finish even though it looks like it finished quickly. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment