Search code examples
githubfork

Github, finding most updated forks


I remember there was a page on Github where you could see a list of all forks with an horizontal bar chart showing how it did stack against the original, comparing the last commit. I can't find it anymore, was it removed? It was useful for project abandoned that were maybe picked up by someone, it was quite obvious from the chart .


Solution

  • Click the Insights tab, and then click on Network in the sidebar on the left.

    Screenshot showing GitHub interface after clicking the "Insights" tab, followed by clicking "Network" in the sidebar on the left

    This feature can be a bit hard to find.