| 12345678910111213141516171819 | 
							- [color]
 -     ui = true
 - [core]
 -     editor = vim
 - [alias]
 -   ap = !clear && git add --patch
 -   br = branch
 -   cm = commit
 -   cma = commit --amend
 -   co = checkout
 -   com = checkout master
 -   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"
 -   rb = rebase
 -   rbi = rebase --interactive
 -   rmv = remote --verbose
 -   st = status
 -   sh = show
 
 
  |