Learn

Glossary

Snapshot

One exact saved state of the files — what a commit points at, used often in tip and merge talk.

Why this word exists

Files change every minute. A snapshot freezes one exact state so two people can mean the same files, not whatever is open on my laptop.

Git's commit points at a snapshot. Botski shop talk says tip for the newest snapshot on a branch. Snapshot is the friendlier word when beginners freeze at SHA.

Where you will meet it

You will see snapshot next to tip, commit, and SHA in how-to-tip notes and merge talk. Desk never invents a fake snapshot id on these glossary drafts.

Examples

  • Three saves on a branch are three snapshots. The newest one is the tip.
  • Two folders with the same SHA hold the same snapshot, even if the branch nicknames differ.
  • A draft paragraph that was never committed is not a snapshot yet — it is still cooking on one machine.

Fetched 2026-09-23 CT.

Cookie preferences