Dotfiles, utilities, and other apparatus.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
819 B

  1. [alias]
  2. a = add
  3. p = pull
  4. pul = pull
  5. s = status
  6. st = status
  7. stat = status
  8. c = commit
  9. cm = commit -m
  10. ci = commit
  11. br = branch
  12. co = checkout
  13. go = checkout
  14. df = diff
  15. d = diff
  16. sub = submodule
  17. l = log
  18. lg = log -p
  19. lol = log --graph --decorate --pretty=oneline --abbrev-commit
  20. lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
  21. root = rev-parse --show-toplevel
  22. exec = "!exec "
  23. [user]
  24. name = Brennen Bearnes
  25. email = bbearnes@gmail.com
  26. [color]
  27. branch = auto
  28. diff = auto
  29. interactive = auto
  30. status = auto
  31. ui = auto
  32. [gui]
  33. [push]
  34. default = simple
  35. [gui]
  36. fontui = -family \"DejaVu Sans\" -size 26 -weight normal -slant roman -underline 0 -overstrike 0
  37. fontdiff = -family \"DejaVu Sans Mono\" -size 22 -weight normal -slant roman -underline 0 -overstrike 0