s

status workflow

Added 2026-03-02

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