Just a quick one based on today’s git ready: text-based graph. That describes how to get nice ascii-charts of your git repo. But the command is too long to type. So:
git config --global alias.tree 'log --graph --pretty=oneline'
Now, I can just do git tree
. Lovely.