The "best" git log command
git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
It gives you a graph, commit hash (red), decorations like branch names (yellow), commit subject / message (white), relativ...
blog.petefowler.dev1 min read