blob: 00ece718b7e896b8aaee4a4779c7cdc80d53d52b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# This is Git's per-user configuration file.
[user]
# Please adapt and uncomment the following lines:
name = Benjamin Chausse
email = benjamin@chausse.xyz
signingkey = ABC4A5A7430D6309ACBD219044F94DD6456590C3
[init]
defaultBranch = master
[push]
autoSetupRemote = true
[pull]
rebase = false
[commit]
gpgsign = true
[sendemail]
smtpserver = mail.chausse.xyz
smtpuser = benjamin
smtpserverport = 587
smtpencryption = tls
|