Skip to content

Instantly share code, notes, and snippets.

@kbinani
Created January 8, 2013 05:39
Show Gist options
  • Save kbinani/4481517 to your computer and use it in GitHub Desktop.
Save kbinani/4481517 to your computer and use it in GitHub Desktop.
A shell alias 'svndiff', colored svn diff command like 'git diff'.
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