I like to use git command line. I use a simple alias ll = log --pretty=oneline --abbrev-commit --decorate=short --branches --graph
for ages and I was almost happy. I realized I often just don't care about the old history though, but I do want to
see how the current (active) I have relate to master (and to each other)
$ git branches
something
* something else
master
world
$ git ll