Skip to content

Instantly share code, notes, and snippets.

@jimmysawczuk
Created July 11, 2013 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save jimmysawczuk/5975873 to your computer and use it in GitHub Desktop.
Save jimmysawczuk/5975873 to your computer and use it in GitHub Desktop.
Compare commit differences between two branches
git log master..dev --pretty=format:"%Cgreen %m %h %Creset%s (%ae) %Cred%d%Creset" --left-right
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment