Skip to content

Instantly share code, notes, and snippets.

@nickcox
Created April 13, 2023 02:54
Show Gist options
  • Save nickcox/0fb848b12ee71f17ebe9a862c861241c to your computer and use it in GitHub Desktop.
Save nickcox/0fb848b12ee71f17ebe9a862c861241c to your computer and use it in GitHub Desktop.
Gussy up git log
git log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(auto)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment