It would be very nice to see UI options for Github Flow ( Git flow ? ) in GitUp, so far your UI is the best i've seen and it's a shame this feature is missing !
yes, yes! And this could apply to the graph layout too (related: https://github.com/git-up/GitUp/issues/81) - the perfect version would look like this (upside down of course):

Thanks for the quick action.. I will be waiting eagerly for this !
The only thing stopping me from using gitup exclusively.
I see gitflow as more of a convention than a tool. And I can "do git flow" with GitUp as it is.
On the other hand, I would find one particular addition useful: To always see the master and develop branches on the left. I think that this could be simple to implement (just different branch tip sorting order) and this way these branches would always get the same colors, etc. This could be configurable in repo settings like this:
Show these branches first: [ master, develop ]
Put comma-separated branch names here.
They will always be shown in this order.
I think the suggestion of @mik01aj makes sense, and it would be useful outside of the git flow usecase besides. Edit: It would be great to be able to drag and drop the branches to reorder them in the UI.
As for having some sort of git flow UI in GitUp, I'm against it. I use GitUp because it is so minimalistic, it has great keyboard shortcuts, and it doesn't try to constrain or direct my workflow in any way. Those reasons also make GitUp great for git novices.
There are other tools for which git flow is the focus, and it would be a shame in my opinion to complicate GitUp with git flow UI.
Since git-flow is an optional convention on top of git, GitUp would need to function without git-flow anyway. Since git-flow is opt-in I don't believe it'd harm the minimalism of GitUp which could continue to work in the way it always has.
how about just adding the tiny feature I suggested above? It shouldn't hurt minimalism, and it can help various branch workflows, because then it'd be easier to read the graph of branches.
I added simple git-flow support for gitUp. Currently it doesn't support "support" branches but seems like another functions works.
If this is to work properly, please please PLEASE use the avh fork of git flow. Git flow has been abandoned as a project for years, and no gui uses the avh release...which is far superior.
Most helpful comment
I see gitflow as more of a convention than a tool. And I can "do git flow" with GitUp as it is.
On the other hand, I would find one particular addition useful: To always see the master and develop branches on the left. I think that this could be simple to implement (just different branch tip sorting order) and this way these branches would always get the same colors, etc. This could be configurable in repo settings like this: