I’m making the move from github to gitlab because I do not like being burdened by their proprietary software.
A few things are missing from my usual workflow, including what github called “protected branches”.
These mean that not even the owner of the repo can force push to master. Ideally I’d like to be able to disable pushing to master at all, because I often do it by accident.
Is there a gitlab equivalent?