blob: 0f934082cea8966bb3bdefffa3a3bf034c24fe26 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
[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 = ~/.config/git/template.git
[commit]
gpgsign = true
[hub]
protocol = ssh
[sequence]
editor = interactive-rebase-tool
[credential]
helper = cache --timeout 3600
[pull]
rebase = false
[core]
attributesFile = ~/.gitattributes
excludesFile = ~/.gitignore
|