I am using TFS 2015 and struggling with a branching model. below is what I am trying to achieve:
Current we have a "Dev" Branch from which we take a new "Feature" branch for every new sprint story. We complete the coding and then merge back into the "Dev" branch. This bit is working ok.
But now I have created a "QA" branch off "Dev" branch and want to apply the following coding/branching flow:
"Dev" branches to --> "Feature" branch --> Then merges into "QA" branch.
Now when I tried to merge from "Feature" branch to "QA" branch, I got the baseless merge issue with no relationship defined.
Surely, both the "Feature" branch and "QA" branch both branched from "Dev" branch so I should be able to do a normal merge.
So my question is, what am I missing or doing wrong here?
Thanks in advance.