Pretty git log in one line
TL;DR;
git config --global alias.logline "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
git logline
See https://ma.ttias.be/pretty-git-log-in-one-line/