The git status
command shows the current state of your working directory.
git status
-
Displays
untracked
,modified
, andstaged
files. -
Helps you understand what changes are ready to be committed.
git status
git status
On branch basics/03-git-status
Untracked files:
(use "git add <file>..." to include in what will be committed)
git-status.md
nothing added to commit but untracked files present (use "git add" to track)