Skip to content

Instantly share code, notes, and snippets.

@1951FDG
Created October 18, 2013 10:30
Show Gist options
  • Save 1951FDG/32670d1b712ea5f7743a to your computer and use it in GitHub Desktop.
Save 1951FDG/32670d1b712ea5f7743a to your computer and use it in GitHub Desktop.
Example using hg-fast-export
cd /Volumes/Untitled/Users/administrator/Developer
git clone git://repo.or.cz/fast-export.git
cd SixtyFour
git init
../fast-export/hg-fast-export.sh -r
git checkout -f
git status
git remote -v
git remote add origin [email protected]:1951FDG/sixtyfour.git
git push origin master
(rm -r .hg*)
(git clean -n -X)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment