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 ?
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 ?
There is. Use the Production Merge command for the branches. This article helps you organize your branches. link
I did it!
Just merge the master into the branch, and you have the option to submit only the changes. : D