dotfiles/dot_gitconfig.tmpl

12 lines
182 B
Cheetah
Raw Normal View History

2022-12-22 04:07:12 -05:00
[user]
name = Andrew Scott
2023-02-01 14:03:35 -05:00
email = {{ .email | quote }}
2022-12-22 04:07:12 -05:00
signingKey = 7CD5A5977E4931C1
[init]
defaultBranch = main
[commit]
pgpsign = true
gpgsign = true
[pull]
rebase = false