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