问题描述
有没有办法知道谁在GitHub上分发了我的仓库?我可以看到叉子的数量,但我想知道谁分叉了我的存储库以及他们对它做了哪些更改。
Is there a way to know who has forked my repository on GitHub? I can see the number of forks, but I'd like to know who forked my repository and what kind of changes they made to it.
我知道他们可以发送给我一个拉请求,如果他们有兴趣回馈给我的存储库,但有没有其他的方式来找出谁分叉我的存储库?
I know they can send me a pull request if they're interested in contributing back to my repository, but is there some other way for me to find out who forked my repository?
推荐答案
点击分叉数量即可显示完整网络。从那里你可以点击成员来查看谁分叉回购。 ExpressJS示例: 。
Clicking the number of forks shows you the full network. From there you can click "members" to see who forked the repo. Example for ExpressJS: https://github.com/visionmedia/express/network/members.
这篇关于我怎么知道谁在GitHub上分叉了我的仓库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!