git status

alias gs='git status --short --branch'

Answers the question "what happened?" by showing files in the local repository that differ from the current commit.

Image 2020-10-10 at 1.44.13 PM.png

Show the working tree status

Previous
Previous

git log

Next
Next

Some of my favorite git aliases