Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ye/6c2f9e951961f061f30f638867916694 to your computer and use it in GitHub Desktop.
Save ye/6c2f9e951961f061f30f638867916694 to your computer and use it in GitHub Desktop.
Show a list of commit differences between git branches
git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative master..develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment