gitconfig 572 B

1234567891011121314151617181920212223
  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. [rebase]
  12. instructionFormat = %G? %s (%an <%ae>, %ai)
  13. [push]
  14. default = simple
  15. [alias]
  16. s = status --short --untracked-files=all --branch
  17. 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