Created
August 14, 2019 18:36
-
-
Save stevenctl/e3cc91d233d8b45ab7622e9a57f81c9d to your computer and use it in GitHub Desktop.
git tlog
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
[alias] | |
tlog = log --graph --full-history --date-order --pretty=format:'%w(120, 0, 9)%C(yellow)%h%Cred%d%Creset %C(green)%an%Creset %C(white)%s%Creset' | |
tdlog = log --graph --full-history --date-order --pretty=format:'%w(120, 0, 9)%C(yellow)%h%Cred%d%Creset %C(magenta)(%ci)%Creset %C(green)%an%Creset %C(white)%s%Creset' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment