summary refs log tree commit diff stats
path: root/.config/git/config
blob: 21e9f9198b8391cf20054744a6c0e07e5d63ae5b (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 = c486b92dc39b1312
[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