pull down to refresh

My favorite that makes me chuckle when I have to use it in the clown world with my clients is git commies
I'll steal your pl and pu (no idea how that magic works but looks cool) @k00b
[alias]
  co = checkout
  cob = checkout -b
  com = checkout master
  commies = checkout main
  st = status
  adddd = add -A
  cim = commit -m
  pushoo = push origin HEAD
  br = branch
  po = pull origin
  hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
  type = cat-file -t
  dump = cat-file -p
  ws = diff --check
	ciam = !git add -A && git commit -n -m
  pulloo = pull origin
  rename = branch -m
  showalias = config --get-regexp alias
  delete = branch -D
  f = fetch
  edit = config --global --edit
	undo = reset HEAD~