Is there a way to freeze certain branches, so that they cannot be changed using the website?
And specifically not freeze it on git (i know that is possible), but freeze adding uncommitted changes to the branch.
The use-case for this is that we're running into lots of merge conflicts because of developers clicking around on the default branch, then creating feature-branches off that branch and it copies over uncommitted changes from anyone who might have clicked around on the default branch.