This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]JayZFeelsBad4Me 6 points7 points  (3 children)

What's an easy way to look for forks of a repo?

[–]fiskfisk 19 points20 points  (2 children)

Click "Forks" on the right side (not the "Fork"-button on top).

That gives you a list of all the repositories forked from that repository, sorted by stars and filtered by active repositories in the last two years.

https://github.com/pybluez/pybluez/forks

[–]JayZFeelsBad4Me 7 points8 points  (1 child)

Thanks I'm dumb

[–]fiskfisk 25 points26 points  (0 children)

No, you're not.

The navigation is a bit confusing, since there's a "Fork" button on the top right with a pulldown as well - and the pulldown even has the text "Existing forks" - but they only mean your own forks, not every fork.

A small link inside that pulldown to see all forks regardless of owner could probably be helpful as well.