I love this tool. It is the only one I've found that clearly visualizes what the state of a git repository is. I kinda of wish it could visualize your live git repository as well.
The one thing I did notice while playing around with it, was if I opened a new release branch, then (some time after that) also a hotfix branch, and then merge the hotfix branch, it merged only to Master and Develop.
This has the side effect that, the open release branch(es) don't contain the hotfix, and when merged, reintroduce the bug.
If I understand it correctly, you should also merge hotfixes to all open release branches.
I love this tool. It is the only one I've found that clearly visualizes what the state of a git repository is. I kinda of wish it could visualize your live git repository as well.
The one thing I did notice while playing around with it, was if I opened a new release branch, then (some time after that) also a hotfix branch, and then merge the hotfix branch, it merged only to Master and Develop.
This has the side effect that, the open release branch(es) don't contain the hotfix, and when merged, reintroduce the bug.
If I understand it correctly, you should also merge hotfixes to all open release branches.