How to get / import from github in visual studio 2013

Suppose I have a solution for web applications on GitHub. How to get or import a solution for an entire web application from github in visual studio 2013?

I expect something like this: File -> Open -> Open from source -> enter githublink and credentials -> automatically create a project and extract from github

but it looks like I did not find a solution

P / S: I do not expect a solution that downloads the entire zip file from github, opens in visual studio and resumes it in github.

+5
source share
1 answer

Open the "Explorer" tab at the bottom of the "Connect" page (power plug icon), you will see a list of Git repositories, enter https uri into the github project and click "Clone".

See also: fooobar.com/questions/151878 / ...

+8
source

Source: https://habr.com/ru/post/1207534/


All Articles