aboutsummaryrefslogtreecommitdiffstats
path: root/git/.gitconfig
blob: 308f163202fecf43d6e9c423283ce15b6c058a33 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[user]
	name = Yann Herklotz
	email = git@yannherklotz.com
	signingkey = 852C9E32302D38F4

[advice]
	detachedHead = false
	skippedCherryPicks = false

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

[commit]
	gpgsign = false

[merge]
	conflictstyle = diff3

[credential]
	helper = store

[init]
	defaultBranch = main

[filter "lfs"]
	clean = git-lfs clean -- %f
	smudge = git-lfs smudge -- %f
	process = git-lfs filter-process
	required = true

[pull]
	rebase = true

[status]
	submoduleSummary = true

[core]
    excludesfile = ~/.gitignore