Created
October 18, 2013 10:30
-
-
Save 1951FDG/32670d1b712ea5f7743a to your computer and use it in GitHub Desktop.
Example using hg-fast-export
This file contains hidden or 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
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