How to check state of the working directory and the staging area using git status

AuthorHariom Prajapati

Pubish Date07 Aug 2022

categoryGit

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

Git

 

If any changes not made in any file or folder then it show like below

git

 

If any changes made in any file or folder then it show like below

git

Comments 0

Leave a comment