Created
March 28, 2018 09:17
-
-
Save iodic/17f2224f1417d6bc17389807be9b4e32 to your computer and use it in GitHub Desktop.
Show a list of commit differences between git branches
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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