Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.79 KB

File metadata and controls

46 lines (31 loc) · 1.79 KB

Set Up Without a Terminal

🎯 What You'll Do

You'll create your practice repository on github.com. No terminal, no local installs, and no Codespace required — everything in this workshop runs in your browser.

Steps

Verify you are on the right path before continuing:

  • You are on a desktop or laptop without a terminal
  • You plan to author and run workflows from the GitHub Copilot or Agents tab in your browser

Important

Phones and tablets are not supported for this workshop. Switch to a desktop or laptop before continuing.

If you have access to a terminal, consider one of the other setup paths instead.

Tip

The Codespace path gives you an in-browser terminal with all tools pre-installed. The local terminal path uses your own machine. Either one works for the full workshop.

Create your repository

  1. Go to github.com/new.
  2. Set the owner to yourself.
  3. Name the repository my-agentic-workflows.
  4. Set visibility to Private.
  5. Check Add a README file.
  6. Click Create repository.

You now have a practice repository. Keep this tab open — you will use it throughout the workshop.

Note

The browser path skips the gh CLI installation (Steps 6a–6b). When the workshop reaches Install the gh-aw CLI Extension, your path automatically continues to No Installation Needed — GitHub UI Path.

✅ Checkpoint

  • Your my-agentic-workflows repository exists on github.com
  • You are signed in to GitHub in your browser
  • You are ready to continue without a terminal

Next: GitHub Actions Intro