summary refs log tree commit diff stats
path: root/.config/git/config
blob: 28c98155706c28ca3fe86a18e074407263d75c7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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