It would be great to have the ability to control how branches are ordered in Fork's graph view, similar to what git-graph does. git-graph is a CLI tool that arranges the commit graph based on your branching model, so branches like main and develop are always pinned to one side, while feature, release, and hotfix branches are placed consistently according to their role. The result is a much cleaner and more readable graph, especially in repos that follow GitFlow or similar models.
Currently, Fork arranges branches automatically, which can get visually noisy and hard to follow when many branches are active. Having the option to define branch ordering rules would make the graph significantly more comprehensible.
