MERGE GYMGitHub, from zero
0 of 8 modules
0%
MODULE 01 / 087 MIN

Start here · no technical background needed

GitHub without the jargon

GitHub is a shared home for work that changes over time. It keeps every saved version, makes proposed changes visible, and records who decided what.

Repository
Commit
Branch
Pull request
Main
IN PLAIN ENGLISH

Think of a repository as a shared project binder. Git is the version-tracking system inside the binder; GitHub is the office where the team stores, discusses, reviews, and approves it.

01

Git records versions

It remembers each intentional save and can compare any two points in time.

02

GitHub coordinates people

It adds discussion, review, permissions, automation, and planning around those versions.

03

Nothing changes by magic

A visible chain connects an idea to a change, a review, and a merge into the official version.

WHY THIS MATTERS AT WORK

You do not need to write code to lead work in GitHub. You need to know where the work lives, what is proposed, what is approved, and what is safe to ship.

COACH'S NOTEWhen someone says “it’s in GitHub,” ask for the repository and the pull request or issue. That turns a vague status into a traceable piece of work.
github.com / practice / launch-siteSafe simulation
NORTHSTAR LAUNCH · SCENARIO 01

You have joined the Northstar launch team. Your first job is to understand where decisions and changes live before touching anything.

YOUR MOVE

A teammate says, “GitHub is basically Google Drive for code.” What is the most useful correction?