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