aboutsummaryrefslogtreecommitdiff
path: root/.gitconfig
blob: 5217c831bb91a422d9d5ec74e6cc66154afcdfe3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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