Git

Last Updated: 7/21/2023

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