aboutsummaryrefslogtreecommitdiffstats
path: root/git/.gitconfig
blob: 61ee177ebee5dafdf1e33f71214f31289c1aec58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[user]
	name = Yann Herklotz
	email = git@yannherklotz.com
	signingkey = CA654D3756F79496

[advice]
	detachedHead = false

[sendemail]
	from = Yann Herklotz <git@yannherklotz.com>
	smtpuser =
	smtpserver = "/usr/local/bin/msmtp"
	smtpencryption = tls
	chainreplyto = false
	confirm = auto

[commit]
	gpgsign = true

[merge]
	conflictstyle = diff3

[credential]
	helper = store