Config
Docs: git-scm.com/docs/git-config
The config file is the root of your terminal. The file is ~/.gitconfig.
Add alias's to the file:
co = checkout
cm = commit
ss = status
b = branch
m = merge
a = add
My config file: https://github.com/ab12gu/dotfiles/blob/master/.gitconfig