Clone the Repository in Visual Studio Code

** Git & GitHub in Practice: Push, Pull & Heal (Part 1 of 3)
Lesson Content
0% Complete

Clone the Repository in Visual Studio Code

  1. Copy the repository URL from GitHub
  2. Open Visual Studio Code
  3. Open Terminal in VS Code
  4. Run: git clone <your-repo-url>
  5. Open the folder in VS Code

👉 What students learn: Cloning downloads the project from GitHub to your computer

Course Outline