My dotfiles. Period.

before.gitconfig 391B

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