about summary refs log tree commit diff
path: root/dev/.gitconfig
blob: aa332fe02cc9d42a37b5d350b10c0fc0f1c876e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[user]
	email = mcsinyx@disroot.org
	name = Nguyễn Gia Phong
	signingkey = 27148B2C06A2224B
[diff]
	tool = vimdiff
	guitool = gvimdiff
[sendemail]
	smtpserver = disroot.org
	smtpuser = mcsinyx@disroot.org
	smtpencryption = tls
	smtpserverport = 587
[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
[trailer "sign"]
	key = Signed-off-by