alias gs='git status'

Category: Terminal Configuration

alias gs='git status'

Create a short alias for git status

Single-letter or two-letter aliases for frequently used commands save enormous time. Common git aliases: gs (status), ga (add), gc (commit), gp (push), gd (diff). Define them in your shell config file.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.