git st

$ git st
git: 'st' is not a git-command. See 'git --help'.
$ git config --global alias.st status
$ git st
# On branch master
nothing to commit (working directory clean)