Most of the git aliases are standard abbrevations. Similar to other alias definitions I use a different output format (source).
On projects with more than a couple of authors it might be useful to show only commits by oneself: git lg-me
One alias that I found very useful especially when following the Github workflow is to check which pull requests got merged into the main development branch. It's also useful to see how many PRs were added inbetween releases / tags.
git log-grep v0.1.0..v.2.1