git status
Use
git status
What It Does
git status tells you what changed, what is staged, and what is untracked.
Practice
Run it before every commit.
Watch Out
Untracked files are not in git until you add them.
Linux Foundationsgit status
git status tells you what changed, what is staged, and what is untracked.
Run it before every commit.
Untracked files are not in git until you add them.