dotfiles/dot_gitconfig

12 lines
178 B
Text
Raw Normal View History

2022-12-22 04:07:12 -05:00
[user]
name = Andrew Scott
email = git@andyscott.me
signingKey = 7CD5A5977E4931C1
[init]
defaultBranch = main
[commit]
pgpsign = true
gpgsign = true
[pull]
rebase = false