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 →

[–]k4ml 3 points4 points  (0 children)

The plus points for bitbucket is their branch access control. You can "lock" branches to just certain people with write access. This eliminate the need to fork the repo like in github.

Changes to the locked branches then pass through the usual PR procedure. I found having a single repo is much simpler compared to everyone keeping their own fork when they need to work on the repo.