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.
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.
The ideas to keep
Git records versions
It remembers each intentional save and can compare any two points in time.
GitHub coordinates people
It adds discussion, review, permissions, automation, and planning around those versions.
Nothing changes by magic
A visible chain connects an idea to a change, a review, and a merge into the official version.
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.
Practice the move
This is a simulation. Nothing touches a real repository.
You have joined the Northstar launch team. Your first job is to understand where decisions and changes live before touching anything.
A teammate says, “GitHub is basically Google Drive for code.” What is the most useful correction?