Skip to content
Shmuel Max edited this page May 4, 2026 · 1 revision

FAQ

Where are the slides?

shmuelmax100.github.io/github-workshop — see Slides for details.

Why is the wiki mostly links to the repo?

Because the repo is the source of truth. The wiki is a navigational layer for people landing here from search results or linked pages, but actual lesson content lives next to the code in modules/. This way exercises, examples, and explanations stay in sync with the workflows that demonstrate them.

What do I need to install before the workshop?

See START-HERE.md. Short version:

  • Git
  • GitHub account
  • gh CLI (gh auth login)
  • Node.js 20+ or Python 3.11+ (for the sample apps in exercises)

Can I run the workshop on my own?

Yes. Clone the repo, work through START-HERE.md, then the three modules in order. Each has an exercise + a full solution under solutions/.

How do I edit the slides?

Edit slides/slides.md, open a PR, merge — Pages redeploys automatically (~1 minute).

Can I get a PDF of the deck?

cd slides
npx playwright install chromium
npm run export

I'm coming from GitLab / Jenkins. Where do I start?

Found a bug or want to suggest something?

Open an issue or send a PR. 🙏