[color]
    ui = true
[core]
    editor = vim
[alias]
  ap = !clear && git add --patch
  br = branch
  cm = commit
  cma = commit --amend
  co = checkout
  com = checkout master
  cp = cherry-pick
  dc = !clear && git diff --cached
  gr = log --graph --full-history --all --color\
       --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m"
  grr = log --graph --full-history --all --color\
        --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m"\
        --simplify-by-decoration
  rb = rebase
  rbi = rebase --interactive
  rmv = remote --verbose
  st = status
  sh = show
  cmt = !sh -c \
        'git commit --message=\"$(~/.git-universe/bin/findcat msg_typo)\"'