Created
January 5, 2015 10:28
-
-
Save timvw/12c0a7d67605c442e80c to your computer and use it in GitHub Desktop.
Apply GIT patch on SVN
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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