I've searched around for that and while there are plenty of ways to get such vizualization for all branches (Visualizing branch topology in git, Pretty git branch graphs), I can't seem to find a way to select a subset of branches in particular.
For instance I have 5 branches that have somewhat diverged, been merged, diverged again, cherry-picked, and so on, and now I'd like to get an idea of how they relate to one another (so presumably a common root, 5 different leafs and some join/fork among the branches).
Any idea how to go about getting that using basic git, or even gitk/gitx...?
Thanks!