Eon
Eon

Reputation: 3974

In Team Foundation Server, How does one fork a project?

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

Answers (1)

MichalMa
MichalMa

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

Related Questions