git status – POFTUT

Git Status – Show The Working Tree Status

The git status command is used to display the state of the current working directory and staging area. git status command will list staged changes, current changes. It will not list any history related information. List Tracked and Untracked Files We will start with a simple git status usage. We do not provide any option. … Read more