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.

35 lines
558 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. [user]
  22. name = Brennen Bearnes
  23. email = bbearnes@gmail.com
  24. [color]
  25. branch = auto
  26. diff = auto
  27. interactive = auto
  28. status = auto
  29. ui = auto
  30. [gui]
  31. [push]
  32. default = simple