Note: You must type these in the git repo you want them to be in. They are per-repo. If you want them to be global, use the --global option. ! Status {{{ $ git config [--global] alias.st status $ git st }}} ! Branch {{{ $ git config [--global] alias.br branch $ git br }}} ! Checkout {{{ $ git config [--global] alias.co checkout $ git co }}} ! Commit {{{ $ git config [--global] alias.ci commit }}} ---- [Git | CategoryComputing.SCM.Git]