Skip to content

Instantly share code, notes, and snippets.

@jlogsdon
Created June 9, 2010 18:00
Show Gist options
  • Save jlogsdon/431873 to your computer and use it in GitHub Desktop.
Save jlogsdon/431873 to your computer and use it in GitHub Desktop.
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