about summary refs log tree commit diff
path: root/dev/.gitconfig
blob: 3c0864cee2a3ca548b9c56c3b7336c7bca4f6cfd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[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
[pull]
	rebase = true
[init]
	defaultBranch = main