Let's say my github repo X has a lot of forks, and some of them have really good new features (=commits). Afaik without a pull/merge request from the fork's owner it's not possible to "get" those commits into my repo (but this is not what i want. i want to pick the stuff i need, not getting requests from other users).
So my question is: How to get commits from my repo's forks into my repo ?