Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 892 Bytes

File metadata and controls

34 lines (21 loc) · 892 Bytes

Prerequisites

Before starting this workshop, make sure you have the following set up.

Required Tools

  • GitHub Account with an active Copilot subscription (Pro, Pro+, Business, or Enterprise)
  • Git installed and configured
  • IDE — VS Code, JetBrains, or your preferred editor with Copilot enabled

Environment Setup

  1. Fork or clone this repository
  2. Open the project in your IDE
  3. Ensure GitHub Copilot is active and working

Tip

Test that Copilot is working by opening a new file and typing a comment — you should see inline suggestions appear.

Verify Your Setup

Run the following to confirm everything is ready:

git --version

You should see your Git version printed.


Once everything is set up, proceed to the next exercise.