Feature Request: Visual network graph for all branches (like Bitbucket) #202542
Replies: 1 comment 1 reply
I completely support this suggestion. 👍One aspect that I think deserves more attention is how much context is lost when working with repositories that have multiple active branches. Today, if I want to understand what is happening across the project, I usually have to switch between:
Each of those tools is useful, but none of them provides a simple, real-time overview of the repository's development activity. A vertical commit graph that aggregates commits from every active branch would make several common workflows much easier:
The current Insights → Network graph is useful, but it feels more like an analysis tool than a day-to-day development tool. It is also horizontally oriented and doesn't update frequently enough to be useful during active development. I also like the fact that this proposal doesn't necessarily require a completely new feature. Even an optional toggle such as:
on the existing Commits page could provide most of the value while keeping the interface clean and familiar. Another idea could be adding filters such as:
That would make the graph useful for both small personal projects and large repositories with dozens of contributors. Overall, I think this would significantly improve repository navigation and provide a much clearer picture of a project's development activity without forcing developers to leave GitHub or rely on terminal commands. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Currently, GitHub only shows the graph for the current branch or specific forks, but it would be very helpful to see a global view of all active branches at once to track team progress.
pleeeeasee
I know GitHub already has a built-in feature for this under
Insights > Network, but it expands horizontally, and since it only updates once a day, it becomes highly unproductive for daily development workflows.It would be perfect if there was a native "Commits" tab right in the repository main view showing a vertical, real-time graph of all commits across all branches.
What do you guys think? Give this an upvote if you believe this feature should be added to GitHub. Let's get the community moving! 🚀
All reactions