Created
November 22, 2011 10:21
-
-
Save fabianoalmeida/1385366 to your computer and use it in GitHub Desktop.
Git log decorate as a pretty way!
This file contains hidden or 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:%C(yellow)%h%C(cyan)%d%Creset %s => %C(green)%an%C(white), %C(red)%ar%Creset" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks, It is great.