aboutsummaryrefslogtreecommitdiff
path: root/.gitconfig
blob: 1455c11e8b155d42eb35f6b15f9a65fde67cf609 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[user]
	email = [email protected]
	name = Guangxiong Lin
	signingkey = DC290711AFF905FA
[init]
	defaultBranch = main
[commit]
	gpgsign = true
[gpg]
	program = gpg
[merge]
	tool = vimdiff