CodeNinja
CodeNinja

Reputation: 3278

can anyone tell me how I can create a branch in tfs under as shown

I am new to TFS. Can anyone tell me what the below symbol means and how I can create it. enter image description here

Is it a branch ? When I try to create a branch it creates a folder . I would like it create a branch with this symbol . Can anyone help me with this ?

enter image description here

Upvotes: 0

Views: 295

Answers (1)

jessehouwing
jessehouwing

Reputation: 114987

It is a branch. There are multiple ways to create one.

Simplest Situation: You have a folder. In the Source Control explorer, right click the folder and from the context menu pick Branching and Merging and then Convert to Branch.

The second option is where you have an existing folder and you want to create a child of that branch. Right click the existing branch and again from the Branching and Merging context menu pick Branch.... In the dialog that appears, make sure you check the Immediately convert source folder to branch (enables visualisations) option.

Upvotes: 2

Related Questions