Created
January 11, 2012 16:51
-
-
Save mcrmfc/1595578 to your computer and use it in GitHub Desktop.
diff and patch cheat sheet
This file contains 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
svn diff --diff-cmd /usr/bin/diff -x "-i -b" > mypatch | |
... | |
patch -p0 < mypatch | |
#easy diff | |
svn di -c 668582 https://repo.dev.bbc.co.uk | vim -R - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment