.gitconfig 791 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. [user]
  2. email = contact@hacktivis.me
  3. name = Haelwenn (lanodan) Monnier
  4. signingkey = /home/haelwenn/.ssh/id_ed25519.pub
  5. [push]
  6. default = current
  7. gpgSign = if-asked
  8. [commit]
  9. gpgSign = true
  10. [url "https:"]
  11. insteadOf = httpssh:
  12. [url "ssh:"]
  13. pushInsteadOf = httpssh:
  14. [checkout]
  15. defaultRemote = origin
  16. [log]
  17. date = format:%c
  18. mailmap = true
  19. [filter "lfs"]
  20. required = true
  21. clean = git-lfs clean -- %f
  22. smudge = git-lfs smudge -- %f
  23. process = git-lfs filter-process
  24. [sendemail]
  25. assume8bitEncoding = UTF-8
  26. smtpserver = /usr/bin/ssh
  27. smtpserveroption = cloudsdale
  28. smtpserveroption = sendmail
  29. [reset]
  30. quiet = true
  31. [branch]
  32. sort = -committerdate
  33. [init]
  34. defaultBranch = master
  35. [pull]
  36. rebase = true
  37. [rebase]
  38. autostash = true
  39. autoSquash = true
  40. [format]
  41. notes = yes
  42. [gpg]
  43. format = ssh