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