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 ma
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.