Files
dotfiles/.gitconfig
2023-10-21 11:20:34 -04:00

18 lines
319 B
INI

[user]
name = Ted Kulp
email = ted@tedkulp.com
gmail = tedkulp@gmail.com
signingKey = AE6B007E2FAB1C94319C7C09FD56BE79CDAE7895
[commit]
# gpgsign = true
[credential]
helper = osxkeychain
[pull]
rebase = false
[tag]
forceSignAnnotated = true
[alias]
mdr = merge --no-commit --no-ff
[init]
defaultBranch = main