0

I am trying to use VS 2102 with the Git plugin but cannot managed to go past the selection of a server. Must I select a Team Foundation Server? I would like to use GitHUB. How is this done?

Seti Net
  • 693
  • 1
  • 7
  • 24
  • 1
    Possible duplicate of: http://stackoverflow.com/questions/507343/using-git-with-visual-studio and http://stackoverflow.com/questions/14616632/connecting-visual-studio-2012-to-github-com – Miro Markaravanes Jun 16 '13 at 00:11

1 Answers1

0

In Visual Studio, choose the menu item Team/Connect To Team Foundation Server....

Then in the Team Explorer - Connect tab, you can click Clone, and enter a URL of a remote repository, on e.g. GitHub:

Team Explorer - Connect with Clone URL

Then click Clone to clone that repository to the path in the textbox below.

Now you can open the solution file in the newly created local repository.

Klas Mellbourn
  • 42,571
  • 24
  • 140
  • 158