gitconfig 584 B

12345678910111213141516171819202122
  1. [user]
  2. name = Emilia L.K. Blåsten
  3. email = emilia.blasten@iki.fi
  4. [core]
  5. editor = emacsclient -t -a emacs
  6. [push]
  7. default = matching
  8. [alias]
  9. graph = log --graph --date-order --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all
  10. wdiff = diff --color-words
  11. [color]
  12. diff = auto
  13. [color "diff"]
  14. meta = yellow bold
  15. frag = magenta bold
  16. old = red bold
  17. new = green bold
  18. [credential]
  19. helper = cache --timeout=86400