Git Status
Learn about Git Status in Git
Check status
git status
or
git status -s
Shows the current status of the repository. This command shows the status of the repository and the changes that are currently staged or unstaged.
Free Resources
official: