Git flow clarification for the existence of both Hotfix and RC?
问题 A common approach to the existence of both RC and Hotfix is: Hotfix should not exists (or can, but very shortly) the same time while there is a pending RC. Looking at this image : What if there is a pending RC which is on staging, and wasn't fully tested yet, and suddenly there is a need for an urgent hotfix? Sure we would then create a hotfix branch, fix it, and merge back to dev and master. But what about the pending RC ? It doesn't contain the change. Git flow says we should not merge the