Files
dotfiles/.gitconfig.d/example.gitconfig
2025-06-02 12:49:40 +02:00

15 lines
193 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