about summary refs log tree commit diff
path: root/dev/.gitconfig
blob: 46a58ed1dcd1707b9a6f665ed6f2c0238afc248d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[user]
	email = mcsinyx@disroot.org
	name = Nguyễn Gia Phong
[diff]
	tool = vimdiff
	guitool = gvimdiff
[github]
	user = McSinyx

[filter "lfs"]
	clean = git-lfs clean -- %f
	smudge = git-lfs smudge -- %f
	process = git-lfs filter-process
	required = true
[color]
	ui = auto