Git Short Status
Detailed Status
- Gets the status of the working directory and the staging area
git status
Short Status
git status -s
- We have two columns. The left column represents the staging area The right column represents the working directory