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