
# zet dit onderaan in je .gitconfig
[alias]
  ci = commit -an
  c2 = commit -an --no-edit
  co = checkout
  st = status -a

