find all forks with changes of a given github project -


i'm looking on abandoned github project has more 300 forks. of them identical, without changes introduced after forking. there way filter changes have been made? alternatively, sort "similarity" original project.

not directly: list forks, and, each ones, use event api list push events:

any push event more recent last push event on original repo means fork has potentially seen changes. can sort forks number of recent push events sense of "similarity".


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -