How do I connect to my existing Git repository using Visual Studio Code?

The Solution to How do I connect to my existing Git repository using Visual Studio Code? is


  1. Open Visual Studio Code terminal (Ctrl + `)
  2. Write the Git clone command. For example,

    git clone https://github.com/angular/angular-phonecat.git
    
  3. Open the folder you have just cloned (menu FileOpen Folder)

    Enter image description here

~ Answered on 2016-10-21 14:24:26


Most Viewed Questions: