← All free guides
Guide 06AI and tools

What GitHub is,
and how an operator actually uses it.

You will hear engineers and AI tools talk about repos, commits and branches as if everyone knows what they mean. Here is the plain version: what GitHub is for, why it matters even if you never write code, and the handful of moves that cover most of real use.

8 minute readGlossary and promptFree version
Free lesson

The lesson

Repos, commits, branches and pull requests, in the words of someone who runs a business.

Start reading
Prompt

The prompt

Have the AI set up your first repo and walk you through the first commit.

Copy the prompt
Deeper in Pro

The operator's workflow

The exact routine Aton's team uses with AI tools, with the safety rails.

See what is in Pro
1What GitHub is

A shared, versioned filing cabinet.

GitHub is a place on the internet where a project's files live, with a full history of every change ever made to them. Git is the tool that tracks the changes. GitHub is the website that hosts them and lets people work on the same files without overwriting each other.

For an operator the value is not the code. It is the history and the safety. Every change has a name, a date and a reason. Anything can be undone. Two people, or a person and an AI, can work at the same time without stepping on each other.

The test

If a file matters and more than one person or tool touches it, it belongs in a repo.

2The six words

Six words that cover most conversations.

  1. Repo.

    The project folder, with its history. One business system, one repo.

  2. Commit.

    A saved snapshot with a message saying what changed and why. 'Fix the interview scorecard math' is a commit.

  3. Branch.

    A copy of the project where work happens without touching the live version. When it is ready, it gets merged back.

  4. Pull request.

    The request to merge a branch, with the changes laid out for someone to review before they go live.

  5. Main.

    The branch that is the real, live version. Protect it. Nothing lands there without review.

  6. Clone.

    Downloading the repo to a computer so you or an AI tool can work on it.

3Why it matters with AI

The AI works in a branch, you approve the merge.

AI coding tools are fast and confident, and sometimes wrong. GitHub is how you let them work without letting them break anything. The AI works in a branch. It commits with a message. You read the pull request. You merge, or you do not. Nothing reaches main without a human deciding it should.

  • Never let an AI tool push straight to main.
  • Read the commit message before you read the code. If the message is vague, the change probably is too.
  • One task per branch. A branch called 'fixes' is a branch you cannot review.
4Your first hour

Create an account, make one repo, make one commit.

Create a free account. Make a private repo with a plain name. Add one file, even a text file with your brain file in it. Commit it with a message. That is the whole first hour, and after it the words in this guide stop being abstract.

What the coach says

You do not need to understand Git. You need to understand that every change has a name and can be undone. Start there.

5Your first repo

Plan the one repo you will make today.

Name it, decide what goes in it, and write the first commit message. Entries stay on this page and are not sent anywhere.

6The prompt

Have the AI walk you through it.

Use this with an AI coding tool that can see your computer. It sets up the repo and explains each step as it goes.

Prompt · copy and paste
Download .txt
I run a business and I am not an engineer. Help me set up my first GitHub repo and make my first commit, explaining each step in one plain sentence before you do it.
1. Check whether Git and the GitHub tool are installed. If not, tell me the exact command to install them and wait.
2. Create a private repo named [name] with a README that says what the project is for.
3. Add my brain file to it.
4. Make the first commit with a clear message and show me what the commit looks like.
5. Create a branch for the next piece of work and explain, in two sentences, why you did not work on main.
Do not run any command that deletes or overwrites files without asking me first.

7The Pro pack

One prompt. Paste it into Claude. It builds the whole thing for your business.

The Pro pack is a build prompt with blanks for your context: your product, your medium, your team. Fill them in, answer its questions, and it produces the complete system in your words. The PDF explains the method so you can judge the output. The setup walkthrough, the daily cheat sheet, commit and PR conventions, the folder structure for running a business (not just code) on GitHub, recovery recipes, and three prompts.

GitHub for Operators, Pro
  • The build prompt: paste it into Claude, fill in the blanks, and it builds the whole system for your business
  • Setup in twenty minutes: account, first repository, desktop app or command line
  • The twelve-command daily cheat sheet with what each one actually does
  • Commit message convention, branch naming, and a pull request template
  • A folder structure for running content, SOPs, and the brain file on GitHub
  • Recovery recipes: undo, restore, find when something changed
  • Three prompts: explain this change, write the PR description, git recovery helper

Delivered as a zip: the build prompt as a text file, the PDF, and every prompt and template as plain text. One payment, yours to keep.

$24$12
See everything in Pro