What I would like is a git graph that looks like the textbook ones. I would like my Develop, Staging, and Release branches to all appear as a nice straight line down the page/screen. The Feature, Hotfix, and Bugfix branches then all appear as "Spaghetti" around these 3 core branches.... Just like you see in the text books. https://i.stack.imgur.com/IURfQ.png
I have already read this post and tried some of the solutions but it is not quite what I am after: Pretty git branch graphs
My git log is of the format: "Merge pull reqest #123 in < repo > from < feature branch > to < develop branch >" So it looks like the information is available to specify < develop branch > and have the output focused on this.
Is anyone aware of any tools that could do this?