Home

Get Started with Version Control

You’re working on a project and make changes that break everything. You can’t remember what you changed, and you wish you could go back to when it worked. Version control is like save points in a video game—every time you “commit” your work, you create a restore point you can always return to. GitHub stores your save points in the cloud, so your code is safely backed up and accessible from any computer.

Key Concepts

What You’ll Need

Step 1: Create a GitHub Account

Step 2: Download GitHub Desktop

On Windows:

On Mac:

Step 3: Sign In to GitHub Desktop

Step 4: Create Your First Repository

Step 5: Open Your Project Folder

Step 6: Make Your First Change

Step 7: Create Your First Commit (Save Point)

Step 8: Push to GitHub (Back Up to the Cloud)

Your code is now backed up online at: https://github.com/YOUR-USERNAME/my-first-project

Next Steps

Troubleshooting

Workflow Overview


Created by Steven Ge on December 7, 2025.