Skip to content

Feature: Allow custom branch ordering in the commit graph like in git-graph #2560

@santialbo

Description

@santialbo

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.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions