Prevent pushing to master on GitHub?

GitHub allows you to configure your repository so that users can’t force push to master, but is there a way to prevent pushing to master entirely? I’m hoping to make it so that the only way of adding to commits to master is through the GitHub pull request UI.

8 Answers
8

Leave a Comment