Alexan
Alexan

Reputation: 8625

Visual Studio 2013 and git

In VS 2013 I have Microsoft Git Provider. Do I need to install git client for local repo or it's already included in VS?

Upvotes: 2

Views: 3152

Answers (2)

yushulx
yushulx

Reputation: 12140

You don't need to install any git client. Microsoft has integrated Git in Visual Studio 2013. I suggest you can read this article Using Git-TFS in Visual Studio 2013 Express, which explains specifically how to use git in visual studio.

Upvotes: 1

robrich
robrich

Reputation: 13205

You need not install anything else if you'll only use git from inside the Team Explorer. I personally prefer to use the git command line and Git Extensions, so I install both of these and avoid the Visual Studio git window.

Upvotes: 1

Related Questions