git log a dog 🐶

Best way to browse the log in terminal:

git log --all --decorate --oneline --graph

Taking each flags makes the mnemonic is git log A DOG 🐶

Links to this page