aboutsummaryrefslogtreecommitdiff
path: root/.gitconfig
blob: 063056da4d3388dd896a6bd5c920d01bd20cb687 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[user]
	email = [email protected]
	name = Guangxiong Lin
	signingkey = DC290711AFF905FA
[init]
	defaultBranch = main
[commit]
	gpgsign = true
[gpg]
	program = gpg
[merge]
	tool = vimdiff
[diff]
	tool = vimdiff
[core]
	excludesFile = ~/.gitignore
	attributesfile = ~/.gitattributes