Glossary utils Term Page

untracked

Git sees the file

untracked #utils#git

Related Concepts

Core Idea

untracked is Git sees the file, but is not tracking it yet. It usually makes the most sense alongside staged, committed.

Why It Matters Here

Mathbong reuses this term across git posts as shared vocabulary.

Posts Mentioning This Concept