Created
June 9, 2010 18:00
-
-
Save jlogsdon/431873 to your computer and use it in GitHub Desktop.
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
git svn init -T/path/to/trunk -t/path/to/tags -b/path/to/branches http://svn... ./project | |
cd ./project | |
git remote add origin git@git... | |
git push origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment