Skip to content

Instantly share code, notes, and snippets.

@NoriSte
Created December 4, 2019 06:59
Show Gist options
  • Save NoriSte/eca0eed7d275d6747aeeeb5689d4700f to your computer and use it in GitHub Desktop.
Save NoriSte/eca0eed7d275d6747aeeeb5689d4700f to your computer and use it in GitHub Desktop.
Git log beautified
$ cat .gitconfig
# This is Git's per-user configuration file.
[alias]
    gr = log --graph --full-history --all --color --tags --decorate --pretty=format:\"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s %x1b[33m%aN <%ae>%x1b[0m (%aI)\"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment