Kolam Ayer MakersLinux Foundations

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.

Docs Pointers