- [color]
 -     ui = true
 - [core]
 -     editor = vim
 - [alias]
 -   ap = add --patch
 -   br = branch
 -   co = commit
 -   coa = commit --amend
 -   dc = diff --cached
 -   gr = log --graph --full-history --all --color --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m"
 -   re = rebase --interactive
 -   rv = remote --verbose
 -   st = status
 -   sh = show
 
 
  |