Hacker News new | ask | show | jobs
by Domenic_S 4489 days ago
How would you even disable that in github?
1 comments

It is very easy to only allow others to pull your repository. It then functions much the same way as an open source project where pull requests are required to get code into the main repo.
Yes, but you can't restrict push access to a branch ("restrict master") unless I'm missing something?