diff options
Diffstat (limited to '.config/git/config')
-rw-r--r-- | .config/git/config | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config new file mode 100644 index 0000000..7bf7200 --- /dev/null +++ b/.config/git/config @@ -0,0 +1,16 @@ +[user] + name = Michael Hunteman + email = michael@huntm.net + signingkey = CD58DA56 +[core] + editor = nvim +[commit] + gpgsign = true +[pull] + rebase = true +[sendemail] + smtpserver = mail.huntm.net + smtpuser = michael@huntm.net + smtpencryption = tls + smtpserverport = 587 + annotate = true |