Files
dotfiles/.gitconfig.d/example.gitconfig
2025-06-14 22:29:14 +02:00

15 lines
207 B
Plaintext

[user]
email = user@mail
name = John Doe
signingkey = 1234
[credential]
helper = store
[push]
autoSetupRemote = true
[core]
autocrlf = true
[pull]
rebase = true
[commit]
gpgsign = true