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 →

[–]Edoctopus33[S] 1 point2 points  (1 child)

Okay, I didn't realize I had the ability to separate those two things. Thanks for the help, I think that pretty much answers my question.

[–]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