Skip to content

Instantly share code, notes, and snippets.

@senthilmpro
Created August 7, 2023 19:42
Show Gist options
  • Save senthilmpro/53bb1bb9c9f64561a5aef4b4a1e10c46 to your computer and use it in GitHub Desktop.
Save senthilmpro/53bb1bb9c9f64561a5aef4b4a1e10c46 to your computer and use it in GitHub Desktop.
git log (color)
git log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --branches
## source: https://dev.to/pradumnasaraf/beautify-your-git-log-with-a-single-command-2i5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment