|
|
|
|
|
by shurcooL
3975 days ago
|
|
> One thing I can't figure out how to do in Github is see all forks of a repository. Is this possible to do? Yes, just click on the number of forks. It takes you to: https://github.com/golang/go/network Members tab is a simpler enumeration of all forks. https://github.com/golang/go/network/members (Similarly, to see the people who have starred a repo, click on that number.) It's not even hidden in some advanced menu, just point and click. |
|