Created
March 27, 2019 20:43
-
-
Save garybradski/a2e4e19686e23d8dec25409e7bf0e5b9 to your computer and use it in GitHub Desktop.
Show the git log in pretty colors
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 --full-history --all --color \ | |
--pretty=format:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment