$ 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)\"