Comment by Izkata

9 hours ago

> It's a very rare thing that I need to see branches, relation between them etc.

And when you do, git log has "--graph --oneline" to do just that.

I have an extended version in a bash function because I do do it often and it's much easier/faster than opening a separate tool.