
This is super useful, setting it up right now. Would also love to read an article on the aliases you have set in your git config.
I recently setup rb alias (for recent branches) for listing the last 7 branches I've visited in the current repo. Use it quite often ✨
rb = for-each-ref --count=7 --sort=-committerdate refs/heads/ --format='%(refname:short)'
20