Scenario: Master repository with 100+ developers working off it
Is there a significant impact on Github storage space in the scenario where 100+ developers are forking a parent repo or is it a valid strategy for each developer to have their own fork of the repo, and then make PRs to the parent repo?
I looked through several other threads that may have some relevance to this question, but was only able to find that forks share objects to minimize storage usage. However, I was not able to figure out the level of impact on a large scale (hundreds of forks) and if this will significantly take up available storage.