Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
443 views
in Technique[技术] by (71.8m points)

git - Github, forked repositories ahead of master: active users

There is a certain repository that has been forked by many tens of users. However most of them are inactive. The ones that are still active will probably have n commits ahead of master. However when I click on fork I can see all the users that forked but I cannot select the ones that are active.

Is there a way to see who's active or who has commits ahead of master?

question from:https://stackoverflow.com/questions/65900613/find-the-most-active-git-fork-of-a-project

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Basically, you can click on the insights tab along with the issue and pull request. And you will see a sidebar on the left.

Then click on Network. You will see the most active forks there.

For example: https://github.com/cyverse/clank/network

HTH.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...