β’ 54 words
Here's a neat little idea for an git alias that I've picked up in a talk by Andreas and Sebastian at unKonf.
git config --global alias.lol 'log --oneline'
On a more serios note: Sebastian also has written up some suggestions on how to properly prepare merge requests for code review.