What alias does
Make a short alias for a long command.
aliasgs=git status
alias— command — create a command shortcutgs=git status— argument: 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.
Where you use it
Explain other commands
Written by Mikhail Kuzmitskii