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.

43 lines
771 B

  1. [alias]
  2. a = add
  3. amend = commit -a --amend --no-edit
  4. p = pull
  5. pul = pull
  6. s = status
  7. st = status
  8. stat = status
  9. c = commit
  10. cm = commit -m
  11. ci = commit
  12. br = branch
  13. co = checkout
  14. go = checkout
  15. df = diff
  16. d = diff
  17. sub = submodule
  18. l = log
  19. lg = log -p
  20. lol = log --graph --decorate --pretty=oneline --abbrev-commit
  21. lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
  22. root = rev-parse --show-toplevel
  23. exec = "!exec "
  24. changelog = log --date=short --pretty='format:%d %ad %s'
  25. [user]
  26. name = Brennen Bearnes
  27. email = bbearnes@gmail.com
  28. [color]
  29. branch = auto
  30. diff = auto
  31. interactive = auto
  32. status = auto
  33. ui = auto
  34. [gui]
  35. [push]
  36. default = simple
  37. [credential]
  38. helper = cache
  39. [status]
  40. submoduleSummary = true