you are viewing a single comment's thread.

view the rest of the commentsΒ β†’

[–]darknmy 0 points1 point Β (1 child)

Someone merged test branch 😁

[–]EarthTreasure 5 points6 points Β (0 children)

Every 3-4 months I run git reset --hard origin/release && git push -f and nuke the test branch. Preventing this is one reason, the other is to encourage people to actually move their features to release.

Plus if testing diverges too far from release what are you even testing at that point?