How to replicate master upgrade to branches in Team Foundation Server?

3

I'm working on a project that has 3 branches . After some time the team saw the need to change the error handling, which is common among the 3 branches . Is there any way to change the master and replicate this change to branches ?

    
asked by anonymous 13.10.2017 / 17:17

2 answers

3

There is. Use the Production Merge command for the branches. This article helps you organize your branches. link

    
13.10.2017 / 18:23
2

I did it!

Just merge the master into the branch, and you have the option to submit only the changes. : D

    
13.10.2017 / 18:23