How to replicate master update for branches on Team Foundation Server?

Asked

Viewed 695 times

3

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

2 answers

3

  • A great reference to git-flow, use at work (team with ~10 people) and also apply in part to my personal/exploratory/experimental projects

2

I got!

Just merge the master into the branch, and there is the option to send only the changes. : D

Browser other questions tagged

You are not signed in. Login or sign up in order to post.