summary refs log tree commit diff stats
path: root/.config/git/config
blob: 625c842a945e13c0ed282859431e0b678d22a568 (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.org
    smtpServerPort = 587
    annotate = yes
[user]
    name = "Benjamin Morrison"
    email = ben@gbmor.org
    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_global
    excludesFile = ~/.gitignore_global