Admiral Land
Admiral Land

Reputation: 2492

TFS:How to merge project from to branch without this project

I have branches Branch1 and Branch-my-newfeature. On the second branch I created a project MyProject, which was absent on the first branch.

How do I merge (or just copy?) this new project from second branch to first branch?

Upvotes: 0

Views: 1530

Answers (1)

PatrickLu-MSFT
PatrickLu-MSFT

Reputation: 51093

1.In Source Control Explorer, select the second branch that you want to merge.

2.Click the File menu, point to Source Control, point to Branching and Merging, and then click Merge.The Source Control Merge Wizard will displayed.

3.In the Target branch drop-down list, select the target team project branch to which you want to merge the source branch(first branch).

4.Select the range of changes that you want to merge into the target branch by selecting either the All changes up to a specific version or Selected changesets option, and click Next.

5.Click Next, and then on the Perform the merge operation page, click Finish. One or more pending changes are generated.

Upvotes: 1

Related Questions