Glossary utils Term Page

staged

The file is in the staging area

staged #utils#git

Related Concepts

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