Skip to content

Instantly share code, notes, and snippets.

@gotbadger
Created March 7, 2013 16:25
Show Gist options
  • Save gotbadger/5109289 to your computer and use it in GitHub Desktop.
Save gotbadger/5109289 to your computer and use it in GitHub Desktop.
compare the changes in two branches. in this case the changes between master and development
git --no-pager diff --stat --color master..development
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment