summaryrefslogtreecommitdiff
path: root/home/xyz/.config/git/config
blob: cdec6d30d4e98c77caccce9820212f29f11fb58d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[user]
	email = xyz@flylightning.xyz
	name = Xiao Pan
	signingkey = FDA389A17B94BCE0E2FA3D71842BFD347BE06812
[commit]
	gpgsign = true
[gpg]
	program = gpg
[url "https://github.com/"]
	insteadOf = git://github.com/
[format]
	signOff = true
# `git lfs install`
[filter "lfs"]
	smudge = git-lfs smudge -- %f
	process = git-lfs filter-process
	required = true
	clean = git-lfs clean -- %f