gitconfig 588 B

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