This question may have been answered already, but I could not find a suitable answer.
I am using TFS 2013 and we have started to devlop using a branch per function type of methodology.
This is working fine, but I came across an issue with the branch I am currently working on.
The system is a web based application that uses WCF interfaces to talk to the database and provide business logic.
A co-worker updated one of the interfaces and then went on to change some of the web application.
These changes have now but checked back in and merged back into the main developement branch.
On looking at my branch, it now breaks because of the changes to the WCF interface.
My question is, is it possible to promote the checked in changes that my co-worker made to my branch so that it fixes the issues I now have?
If so, how is it done?
Or do I have to re-branch form the main devlopment branch again?
Thanks