dotfiles/dot_gitconfig
2022-12-22 04:07:12 -05:00

11 lines
178 B
Text

[user]
name = Andrew Scott
email = git@andyscott.me
signingKey = 7CD5A5977E4931C1
[init]
defaultBranch = main
[commit]
pgpsign = true
gpgsign = true
[pull]
rebase = false