about summary refs log tree commit diff
path: root/dev/.gitconfig
blob: cacb6a212cadeb21303dbb18901ddfb1c530fcef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[user]
	email = vn.mcsinyx@gmail.com
	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