chore: update git config and signing f1c4d93c
Steve · 2026-08-23 08:17 3 file(s) · +7 −1
git/.gitconfig → git/dot-gitconfig +7 −1
1 1
[user]
2 2
  name = Steve
3 3
  email = contact@stevedylan.dev
4 -
  signingkey = contact@stevedylan.dev
4 +
  signingkey = ~/.ssh/id_ed25519.pub
5 5
6 6
[alias]
7 7
	ac = "!f() { git add . && git commit -m \"$1\"; }; f"
76 76
77 77
[tag]
78 78
  gpgsign = true
79 +
80 +
[gpg]
81 +
  format = ssh
82 +
83 +
[gpg "ssh"]
84 +
  allowedSignersFile = ~/.ssh/allowed_signers
79 85
80 86
[log]
81 87
  abbrevCommit = true
git/.gitignore → git/dot-gitignore +0 −0
git/.template → git/dot-template +0 −0