git config --global alias.st "status"
Or add it manually in the config file, in the alias section:
git config --global -e
You can watch the video: How To Install And Configure GIT
Git commands start with git, followed by another command or some arguments:
git [command] [args]
For example: