Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GitHub - how to find original author after zillion of social forks?

Tags:

github

On GitHub someone fork a project, next this project also is forked and so on...

How to find original page/author of the project on GitHub?

Is it possible to view a social graph of forks?

How can one know if two repositories unrelated?

like image 970
gavenkoa Avatar asked Mar 19 '23 17:03

gavenkoa


1 Answers

Is it possible to view social graph of forks?

Yes, it is called the "Network Graph Visualizer"

https://camo.githubusercontent.com/a44a44c4d892b8e9f9dbd53a99ee0ec5da92d29b/687474703a2f2f696d672e736b697463682e636f6d2f32303038303431302d6262377731356a6e336d386432716b756d357764676e726a33622e706e67

The "original" repo is the one with the oldest commit. This can be accessed via the project page, click Insights top tab then click left-side tab Network (using Desktop browser, as of January 2019).


An alternative to list forks of a repo is branchesapp.

like image 153
VonC Avatar answered Apr 25 '23 09:04

VonC