Skip to content

Instantly share code, notes, and snippets.

@jdcantrell
Created March 28, 2012 22:46
Show Gist options
  • Save jdcantrell/2231240 to your computer and use it in GitHub Desktop.
Save jdcantrell/2231240 to your computer and use it in GitHub Desktop.
svn diff alias
alias sd="svn st | cut -c8- | sed -e '/local.conf/d' -e '/.htaccess/d' -e '/site.conf/d' | xargs svn diff | colordiff | less -R"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment