ZANARDI Bruno

Software Developper

About
Resume

Git Blog

Git command `status`

Definition

Displays paths that have differences between the index file and the current HEAD commit, paths that have differences between the working tree and the index file, and paths in the working tree that are not tracked by Git.

Basic usage

Shows one to four usefull informations:
. the working branch
. the staged changed files if any
. the unstaged changed files if any
. the untracked files if any

$ git status