I am new to source control and have a question. I have a TFS project that already has dev, test, and prod branches. I have fixed a bug in the dev branch, and now I need to get the changes in the test branch. Do I just do a “Merge” with the test branch as the target? After that, will test and dev then be identical at that point?
Share
Whether they are after the merge absolutely equal or not depends on how they were constructed, their previous checkins etc.
In order to make sure, you could perform the merge & then (before checking-in!) compare the folders with a Tool like Windiff.