Connect to Github Repository from Microsoft’s Visual Studio Code

, ,

This is not meant to be a step by step walk through, rather a quick reminder on connecting to a GitHub repository from Microsoft’s Visual Studio Code.

 

Step 1. Setup your Github repository.

Step 2. Copy the repository URL.

Step 3. Open Visual Studio Code and press Ctrl+Shift+P to access the command pallet.

Step 4. Type “git clone” and insert your Repository URL and Select your Local Repository Location.

Step 5. Add to Workspace.