One of the 100 questions in this topic
How much do you know about Git and Version Control?The git status command shows the current state of the repository, including modified files, staged files, or untracked files. It is useful for knowing which changes are still pending commit.