diff options
author | Michael Hunteman <michael@huntm.net> | 2023-05-01 13:04:14 -0500 |
---|---|---|
committer | Michael Hunteman <michael@huntm.net> | 2023-07-08 18:48:40 -0500 |
commit | 5dd596aa0ea5aba19a5f4c57edaaed7c04403558 (patch) | |
tree | 16f6327211d9bbcbb073f5159244a1e1902ac1ed /.config/git/config |
Initial commit
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 |