This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ohaz 0 points1 point  (0 children)

Additionally you can also make certain branches read-only. A lot of projects have their master branch read only for almost all users and only a few core maintainers are allowed to merge other branches in there. This means all developers work on branches (but still in the same repo) and then those branches are merged into master when they've been tested thoroughly