Tan Le
Tan Le

Reputation: 57

Is there anyway to create a git project in Team foundation server?

I know that in Team Foundation Service (https://somename.visualstudio.com, not Team Foundation Server) allow user can create a Git project integrate with work item, task and so on. But I'm going to install my own Team Foundation Server on local, but using Git as version controlling. I would like to integrate git master branch with my Work Item, Task, but my developer can edit and commit changes, then I can view which code was changed and related to some items as well as TFService do. Please give some suggestion. Thanks.

Upvotes: 2

Views: 298

Answers (1)

Dylan Smith
Dylan Smith

Reputation: 22255

The Git functionality that you see in TF Service has been added to the on-premise TFS in the TFS 2013 version. You can download and install the TFS 2013 RC today, the RTM version should be released in the next couple of weeks.

Upvotes: 3

Related Questions