summaryrefslogtreecommitdiff
path: root/.config/git/config
blob: 7bf7200ed6b359e233ebe576b45c52c7b402a69d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[user]
	name = Michael Hunteman
	email = michael@huntm.net
	signingkey = CD58DA56
[core]
	editor = nvim
[commit]
	gpgsign = true
[pull]
	rebase = true
[sendemail]
	smtpserver = mail.huntm.net
	smtpuser = michael@huntm.net
	smtpencryption = tls
	smtpserverport = 587
	annotate = true