.gitconfig (704B)
- [user]
- email = contact@hacktivis.me
- name = Haelwenn (lanodan) Monnier
- signingkey = /home/haelwenn/.ssh/id_ed25519.pub
- [push]
- default = current
- gpgSign = if-asked
- [commit]
- gpgSign = true
- [url "https:"]
- insteadOf = httpssh:
- [url "ssh:"]
- pushInsteadOf = httpssh:
- [checkout]
- defaultRemote = origin
- [log]
- date = format:%c
- mailmap = true
- [filter "lfs"]
- required = true
- clean = git-lfs clean -- %f
- smudge = git-lfs smudge -- %f
- process = git-lfs filter-process
- [sendemail]
- assume8bitEncoding = UTF-8
- [reset]
- quiet = true
- [branch]
- sort = -committerdate
- [init]
- defaultBranch = master
- [pull]
- rebase = true
- [rebase]
- autostash = true
- autoSquash = true
- [format]
- notes = yes
- [gpg]
- format = ssh