Created
September 25, 2012 16:18
-
-
Save rafops/3782891 to your computer and use it in GitHub Desktop.
SVN to Git
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
apt-get install git-svn | |
git svn clone http://my.svn.server/myproject | |
cd myproject | |
git remote add origin http://my.git.server/myproject.git | |
git push origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment