In this tutorial we will learn how to check state of working directory and staging area using git status. In simple word, git status command line use to check which file or folder have been changed and which have not.
let's see example
git status
If any changes not made in any file or folder then it show like below
If any changes made in any file or folder then it show like below