.gitconfig 838 B

12345678910111213141516171819202122232425262728293031323334
  1. [user]
  2. email = tom@chillidonut.com
  3. name = Tom McKenzie
  4. [color]
  5. branch = auto
  6. diff = auto
  7. status = auto
  8. [color "branch"]
  9. current = yellow reverse
  10. local = yellow
  11. remote = green
  12. [color "diff"]
  13. meta = yellow bold
  14. frag = magenta bold
  15. old = red
  16. new = cyan
  17. [color "status"]
  18. added = yellow
  19. changed = green
  20. untracked = cyan
  21. [help]
  22. autocorrect = 10
  23. [push]
  24. default = simple
  25. [alias]
  26. fancy-log = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(cyan)<%an>%Creset' --abbrev-commit --date=relative
  27. branches = for-each-ref --sort='-authordate:iso8601' --format=' %(color:green)%(authordate:iso8601) %(color:white)%(objectname:short) %09%(color:yellow)%(refname:short) %09%(color:white)%(upstream:track) %(contents:subject)' refs/heads