Skip to content

Instantly share code, notes, and snippets.

@larsks
Created June 3, 2009 17:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save larsks/123101 to your computer and use it in GitHub Desktop.
Save larsks/123101 to your computer and use it in GitHub Desktop.
git svn init -s $svnrepo
git svn fetch
git rebase --onto trunk --root
git svn dcommit
git svn init -s $svnrepo
git svn fetch
git rebase trunk
git svn dcommit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment