1

If you create a Team project and you use git as the source control provider the new project does no show up in the Source Control Explorer. Other projects in the same team project collection appear, but these are using TFS as the version control provider.

Why not?

Aran Mulholland
  • 23,555
  • 29
  • 141
  • 228

1 Answers1

0

The Source Control Explorer is not available for Git projects. If you connect to a Git project you'll see that the Source Control Explorer option is not available from the Team Explorer.

Wouter de Kort
  • 39,090
  • 12
  • 84
  • 103
  • thanks, hopefully in a later version we might see some integration. One could see the hassles however. Branching and merging is done differently. I would like the ability to be able to branch my TFS project to a git one though. (I do know it's possible to convert them without losing commit history) – Aran Mulholland Sep 09 '14 at 06:31