Pulling a repository in Github to Visual Studio

BenTam 1,781 Reputation points
2022-08-30T08:46:49.783+00:00

Dear All,

In Visual Studio, how do I pull all codes in NewTims in GitHub for debugging?

Developer technologies Visual Studio Other
Developer technologies C#
{count} votes

Accepted answer
  1. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    2022-08-30T15:45:27.677+00:00

    in git its called clone. assuming you installed git support, on the gt menu, select clone, and use the url "https://github.com/mjgebhard/NewTims.git". or from the command line, cd to the folder you want the clone to appear and

    git clone https://github.com/mjgebhard/NewTims.git  
      
    

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.