Skip to content

Instantly share code, notes, and snippets.

@carld
Created September 21, 2016 23:03
Show Gist options
  • Save carld/bf1f563f593295ceeec2a190b1e80f12 to your computer and use it in GitHub Desktop.
Save carld/bf1f563f593295ceeec2a190b1e80f12 to your computer and use it in GitHub Desktop.
git diff side by side in colour
git difftool -y -x "colordiff -y -W $COLUMNS" origin/prod origin/master | less -R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment