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.
Show the working tree 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.
Show the working tree status