Skip to content

Instantly share code, notes, and snippets.

@sammyd
sammyd / operation
Created May 2, 2012 11:38
Push existing git repo to SVN
You can now sync from svn -> git, using the following commands:
git svn fetch
git rebase trunk
And to sync from git -> svn, use:
git svn dcommit