Files
dotfiles/.gitconfig.d/default.gitconfig
2025-05-28 20:00:35 +02:00

15 lines
252 B
Plaintext

[user]
email = constantin@simonis.lol
name = Constantin Simonis
signingkey = A026249FD78E71CBBBE8FBEA3878FF77C24AF4D2
[credential]
helper = store
[push]
autoSetupRemote = true
[core]
autocrlf = true
[pull]
rebase = true
[commit]
gpgsign = true