[shoes:~/Code/wordpress] <span style="font-weight:normal; color:blue">mtodd</span>$ git st
git: 'st' is not a git-command. See 'git --help'.
[shoes:~/Code/wordpress] <span style="font-weight:normal; color:blue">mtodd</span>$ git config --global alias.st status
[shoes:~/Code/wordpress] <span style="font-weight:normal; color:blue">mtodd</span>$ git st
# On branch master
nothing to commit (working directory clean)
[shoes:~/Code/wordpress] <span style="font-weight:normal; color:blue">mtodd</span>$
Comments