blob: 1c9218b6074d7f66abbb84831a4454b2ec7a0037 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[sendemail]
smtpEncryption = tls
smtpServer = smtp.fastmail.com
smtpUser = ben@gbmor.dev
smtpServerPort = 587
annotate = yes
[user]
name = "Ben Morrison"
email = ben@gbmor.dev
signingkey = EAB272409CD12FF0
[commit]
gpgsign = true
[hub]
protocol = ssh
[sequence]
editor = interactive-rebase-tool
[credential]
helper = cache --timeout 3600
[pull]
rebase = false
|