Glossary utils Term Page untracked Git sees the file untracked #utils#git Related Concepts stagedcommitted 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 [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.