Skip to content

Instantly share code, notes, and snippets.

@iodic
Created March 28, 2018 09:17
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