diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-04-12 23:57:00 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2020-04-25 00:39:30 -0400 |
commit | 45d920c8ec323bf5d91de23bdb49f61c152b1301 (patch) | |
tree | 0bea7db6494a2803dfe18d02dbdeb2eec9811b9b /.config/git/config | |
download | dogfiles-45d920c8ec323bf5d91de23bdb49f61c152b1301.tar.gz |
Lots of unimportant changes happened before this
point, that I absolutely will never need a record of.
Diffstat (limited to '.config/git/config')
-rw-r--r-- | .config/git/config | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config new file mode 100644 index 0000000..28c9815 --- /dev/null +++ b/.config/git/config @@ -0,0 +1,17 @@ +[sendemail] + smtpencryption = tls + smtpserver = smtp.fastmail.com + smtpuser = ben@gbmor.dev + smtpserverport = 465 + annotate = yes +[user] + name = "Ben Morrison" + email = ben@gbmor.dev + signingkey = EAB272409CD12FF0 + +[commit] + gpgsign = true +[hub] + protocol = ssh +[sequence] + editor = interactive-rebase-tool |