6 ms·
Is it possible to disable this feature so that people can't randomly commit code to a core repo on a team?
by ios84dev 14y ago
Is it possible to disable this feature so that people can't randomly commit code to a core repo on a team?
- 3825 14y agoI think that you have bigger problems if anyone anywhere has commit privileges to your repository. You must trust your commitors. Am I missing something?
- damncabbage 14y agoHave you tried switching to the fork-and-pull-request model instead of everyone directly committing to the main repo? (It's how many, many open-source projects run, and GitHub has a good write-up of it here: https://help.github.com/articles/using-pull-requests https://help.github.com/articles/using-pull-requests )