Last active
July 28, 2021 19:15
-
-
Save anreton/eb2ec1ca630aee1dabb2800a643fb1aa to your computer and use it in GitHub Desktop.
Git: Log Style
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 config --global alias.hist "log --graph --date=format:'%Y-%m-%d %H:%M:%S' --pretty=format:'%C(red)%h%Creset%C(yellow)%d%Creset %C(white)%s%Creset %C(green)(%ad, %cr)%Creset %C(magenta)<%an - %ae>%Creset'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's how this style looks: