Git and GitHub for Vibe Coders
Built a project with Claude Code or Codex? Learn to put it on GitHub, roll back changes when things break, and bring other people in to help.
Lessons
8 lessonsThe Problem (and What You'll Learn Here)
The project works, but it exists in exactly one place: why that's a problem, and what we'll cover.
Save the Project: Install Git
The line to say to Claude Code to get started — and what actually happens next.
Put It Online: Create GitHub and Connect It
Account, authentication, and the line that uploads the project online.
Public or Private
Who can see your project — and why a key sitting inside it changes the answer.
What a Commit Really Is
A snapshot of the project with a note on what you did — and the rule for taking a good one.
What Happens When You Push
The log lives on your computer. GitHub is its copy online — what that's actually for.
Getting Someone to Help: Clone and Pull
How someone else downloads the project and stays in sync with your work.
The Pull Request
How to propose a change without touching the version you're actually using.