Skip to content

Instantly share code, notes, and snippets.

@stevenctl
Created August 14, 2019 18:36
Show Gist options
  • Save stevenctl/e3cc91d233d8b45ab7622e9a57f81c9d to your computer and use it in GitHub Desktop.
Save stevenctl/e3cc91d233d8b45ab7622e9a57f81c9d to your computer and use it in GitHub Desktop.
git tlog
[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