s
Quick shorthand for git status to quickly check the current state of your working directory and staging area.
Usage:
git s
CLI Command
git config --global alias.s "status"
.gitconfig Snippet
[alias]
s = status