문제

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?

도움이 되었습니까?

해결책

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.

다른 팁

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

As of Januhairy 2021, clicking on the number next to Fork button shows the original project.

How to know if two repositories unrelated?

Everything is connected.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top