Files
dotfiles/gitconfig.d/var/example.gitconfig

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