Skip to content
zero2vibecodelearn vibe coding

What alias does

Make a short alias for a long command.

aliasgs=git status
  • aliascommand — create a command shortcut
  • gs=git statusargument: a file, a folder, or text

What it does when you run it

$ alias gs='git status'
$ alias
alias gs='git status'

Run it yourself

The same files. Nothing here can break, and nothing leaves your browser.

Explain other commands

Written by Mikhail Kuzmitskii