gitconfig 626 B

123456789101112131415161718192021222324252627282930
  1. [user]
  2. name = Fabian Peter Hammerle
  3. email = fabian@hammerle.me
  4. signingkey = 8D2902FE7DF47DDEDA2802F9456B9A0399A5DA2F
  5. [core]
  6. excludesfile = ~/.config/git/gitignore
  7. [interactive]
  8. singleKey = true
  9. [diff]
  10. tool = vimdiff
  11. [commit]
  12. gpgsign = true
  13. verbose = true
  14. [rebase]
  15. instructionFormat = %G? %s (%an <%ae>, %ai)
  16. [push]
  17. default = simple
  18. [alias]
  19. c = commit
  20. d = diff
  21. s = status --short --untracked-files=all --branch
  22. tree = log --graph --format=format:'%C(red)%G?%C(reset) %C(yellow)%h%C(reset)%C(blue)%d%C(reset) %C(dim green)%ar%C(reset) %C(white)%s%C(reset) %C(dim black)(%an, %ai)%C(reset)' --all
  23. x = annex