Peter Smith
Peter Smith

Reputation: 5550

Is it possible to use GIT and TFS source control together

We are currently using VS 2015 with TFS bases source control but are considering moving to Microsoft GIT. Is it possible to use the two together so that we can evaluate and compare. Looking at Source Control plug in section in VS options it implies that you can only use one or the other.

Upvotes: 4

Views: 3418

Answers (1)

rerwinX
rerwinX

Reputation: 2035

Good timing, it's in the post with TFS2015 Update 1 which is currently in Release Candidate.

https://www.visualstudio.com/en-us/news/tfs2015-update1-vs.aspx

Git and TFVC in the same project

Team Foundation Server now supports adding Git repositories to Team Foundation Version Control (TFVC) Team Projects or adding TFVC repositories to Git team projects. This makes it easier to adopt a new version control system while keeping all your current team project data. Team members will need to run Visual Studio 2015 Update 1 to easily switch between TFVC and Git in the same team project.

Upvotes: 5

Related Questions