COMMIT MESSAGE
Give this project a beginning01
Make a change
Edit a file, write a line, or simply create this README. GitHub Desktop spots what is different.
Git basics / 001
A small, visual guide to the part of Git that matters most: saving a meaningful moment in your work.
Start with step oneCOMMIT MESSAGE
Give this project a beginningThe flow
Git is less mysterious when you treat it like a camera: make a change, frame the moment, save the snapshot.
Edit a file, write a line, or simply create this README. GitHub Desktop spots what is different.
Write a short summary that explains what changed. Future-you will be grateful for the context.
Click Commit. Your project now has a named snapshot you can always return to.
A useful distinction
A commit lives on your computer. It is your private checkpoint. Pushing sends those checkpoints to GitHub so your work is backed up and shareable.
You’re ready
Open GitHub Desktop, choose this folder, and make the first move.