So we want to implement branches as described in this article:
Manage branches with Thinkwise | Thinkwise Community (thinkwisesoftware.com)
And the automatically protected branch names:
In our current situation, we have feature branches with origin DEVELOP, with origin MAIN. How can we create a branch RELEASE between DEVELOP and MAIN?
Let’s say we roll-up all our branches back to the main and archive them. Then we can create a RELEASE branch from the main, but then we can’t create a branch named DEVELOP from the release branch, since there is already a archived branch DEVELOP. And we can’t rename it either.
Some advice?