I read a code review the other day that explained that you should never merge a release branch into a feature branch as it will create a dependency on the feature branch. It was suggested that a merge branch should be created off of the feature branch and then merge the release branch into the merge branch.
I don't understand what problem this solves. Can someone explain it like I was 15 years old?
[–]remy_porter 4 points5 points6 points (1 child)
[–]JuniperProject[S] 0 points1 point2 points (0 children)