TFS and Source Tree

0

I'm using TFS as a repository, but I have to do everything in Source Tree because in Visual Studio 2013 the Explorer does not appear where I can merge or check the file tree.

Is there a plugin or do I have to solve this in order to use Visual Studio?

Thank you

    
asked by anonymous 31.03.2016 / 23:01

1 answer

0

Git is accessible through Team Explorer in Visual Studio. It is installed by default, and initially stays in the same group of tabs with Explorer. There are required tools that must be installed through the VS setup or when the IDE is installed. They are in the session "3rd Party ...". Opening the project it identifies that it is in Git and presents the tools.

    
01.04.2016 / 11:11