How can I see whether a github fork might be further than the original?

Viewed 128

Sometimes I face the situation that a not actively maintained github project has several forks.

I would like to investigate these forks whether they have any features I could be interested in.

Is there any possibility to see whether

  • any of the forks has any / further commits than the original project
  • or pull requests
  • or issues

?

1 Answers
Related