Skip to content

Instantly share code, notes, and snippets.

@garybradski
Created March 27, 2019 20:43
Show Gist options
  • Save garybradski/a2e4e19686e23d8dec25409e7bf0e5b9 to your computer and use it in GitHub Desktop.
Save garybradski/a2e4e19686e23d8dec25409e7bf0e5b9 to your computer and use it in GitHub Desktop.
Show the git log in pretty colors
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