Skip to content

Instantly share code, notes, and snippets.

@timvw
Created January 5, 2015 10:28
Show Gist options
  • Select an option

  • Save timvw/12c0a7d67605c442e80c to your computer and use it in GitHub Desktop.

Select an option

Save timvw/12c0a7d67605c442e80c to your computer and use it in GitHub Desktop.
Apply GIT patch on SVN
# make patch from last commit
git format-patch -1 --no-prefix
# apply patch on svn
path -p0 < blahblah.patch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment