Are the release branches force push protected? I w...
# announce
e
Are the release branches force push protected? I want to re-write some history because I messed up the pick I did to 1.25.x. If not I can fix forward, but the history will be a little ugly.
@witty-crayon-22786?
h
I don’t even think master is protected?
e
really? woah. I feel like it should be.
But okay thanks, I’ll re-do the pick
h
Maybe it is force push protected, but I’m pretty you sure you can push directly to master at a minimum
e
Yeah, that isn’t as scary to me, though maybe not ideal
But as far as you know release branches are setup as normal branches?
h
Yes. They get created during the release process by the releaser creating the branch locally then doing
git push origin 1.26.x
e
Thanks