Reputation: 3974
My question in self explanatory. Is it possible to fork a project in team foundation server, and how would I go about forking a project in TFS if it is possible?
Upvotes: 6
Views: 5647
Reputation: 1230
I believe you mean tfs's "branch" when you say "fork". You can do it either from visual studio or from command line. In VS, in source control explorer select folder and from context menu choose "branch".
Upvotes: 7