Glossary utils Term Page staged The file is in the staging area staged #utils#git Related Concepts untrackedcommitted Core Idea staged is The file is in the staging area, ready for the next commit. It usually makes the most sense alongside untracked, committed. Why It Matters Here Mathbong reuses this term across git posts as shared vocabulary. Posts Mentioning This Concept [Git Series Part 3] Create a Repository and Make Your First Commit - init, add, commit Initialize a Git repo, stage files, make the first commit, and read the history with hands-on commands.