dotfiles/dot_config/git/config.tmpl

11 lines
182 B
Cheetah

[user]
name = Andrew Scott
email = {{ .email | quote }}
signingKey = 7CD5A5977E4931C1
[init]
defaultBranch = main
[commit]
pgpsign = true
gpgsign = true
[pull]
rebase = false