dotfiles/dot_gitconfig.tmpl
2023-02-01 14:03:35 -05:00

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