I'm starting on Git, but I have a doubt.
Suppose I have one project with the branch "origin" and another branch "tests".
If I protect the branch "origin" and only give access to "tests", what difference is there in collaborating in "tests", to make a fork of my repo and then do pull request?
is not the same?
only have access to the branch "tests" to make a fork of the project