Skip to content

Instantly share code, notes, and snippets.

@pcreux
Created October 24, 2011 09:48
Show Gist options
  • Save pcreux/1308688 to your computer and use it in GitHub Desktop.
Save pcreux/1308688 to your computer and use it in GitHub Desktop.
Alias: git compare
alias git-compare='(git diff master...HEAD --stat --color && git diff master...HEAD --color) | less -R'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment