My dotfiles. Period.

after.gitconfig 335B

123456789101112131415
  1. [color]
  2. ui = true
  3. [core]
  4. editor = vim
  5. [alias]
  6. ap = add --patch
  7. br = branch
  8. co = commit
  9. coa = commit --amend
  10. dc = diff --cached
  11. gr = log --graph --full-history --all --color --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m"
  12. re = rebase --interactive
  13. rv = remote --verbose
  14. st = status
  15. sh = show