Skip to content

Instantly share code, notes, and snippets.

@nunommc
Created January 8, 2014 15:00
Show Gist options
  • Save nunommc/8318041 to your computer and use it in GitHub Desktop.
Save nunommc/8318041 to your computer and use it in GitHub Desktop.
1. Install colordiff 2. declare a simple function in your ~/.bashrc file that is going to save you save time source: http://linux-hints.blogspot.co.uk/2011/09/colored-svn-diff.html
svndiff() {
svn diff -x --ignore-all-space "${@}" | colordiff
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment