Skip to content

Instantly share code, notes, and snippets.

@petedoyle
Created July 30, 2019 07:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save petedoyle/b4e697ac72d4b2e04d7287d2bcfe0848 to your computer and use it in GitHub Desktop.
Save petedoyle/b4e697ac72d4b2e04d7287d2bcfe0848 to your computer and use it in GitHub Desktop.
Git log (very pretty)
git config --global alias.lg "log --all --graph --abbrev-commit --decorate --format='format:%m %C(dim white)%h%C(reset) - %C(#8854FB)%s%C(reset) %C(dim white)-%C(reset) %C(white)%an%C(reset) %C(dim white)(%ar)%C(reset)%C(auto)%d%C(reset)'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment