summaryrefslogtreecommitdiff
path: root/home/xyz/.config/git/config
blob: e37c22e99933066b8f31feb58872b39be95bec7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[user]
	email = gky44px1999@gmail.com
	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