Created
January 8, 2013 05:39
-
-
Save kbinani/4481517 to your computer and use it in GitHub Desktop.
A shell alias 'svndiff', colored svn diff command like 'git diff'.
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
alias svndiff='svn diff --diff-cmd=colordiff --extensions=" -u --strip-trailing-cr --ignore-space-change " | less --quit-if-one-screen' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment