Skip to content

Instantly share code, notes, and snippets.

@rafops
Created September 25, 2012 16:18
Show Gist options
  • Save rafops/3782891 to your computer and use it in GitHub Desktop.
Save rafops/3782891 to your computer and use it in GitHub Desktop.
SVN to Git
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