# alias — create a command shortcut

`alias` — create a command shortcut.

## Example

```bash
alias gs='git status'
```

This site also runs the command in a browser terminal simulator, so the examples above
can be typed and executed without installing anything.

Source: https://zero2vibecode.com/commands/alias
