Reputation: 3278
I am new to TFS. Can anyone tell me what the below symbol means
and how I can create it.
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 ?
Upvotes: 0
Views: 295
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