如何不迷失在 github 项目分支上

How to do not get lost on github project forks

我发现很难全面了解项目的 github 结构及其十几个分支。

是否有某种可视化方式可以显示包含所有存储库及其差异(显示为分支)的公共树?

如果访问一个多年未维护的项目,可能会有修复问题或实现未撤回的功能的分支。 但是,大多数分叉可能没有任何变化或被拉回。这些可以从视图中过滤掉。

但是怎么查出来呢?

我错过了某些 github 功能还是某些外部 site/tool 功能?

Network graph

Github的话

The network graph displays the branch history of the entire repository network, including branches of the root repository and branches of forks that contain commits unique to the network.