summaryrefslogtreecommitdiff
path: root/misc/dotfiles/gitconfig
blob: ef723d88ac740a5e1d83b4578b4dc90a161353a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[user]
    name = Dmitry Ilvokhin
    email = d@ilvokhin.com
[core]
    excludesFile = ~/.gitignore
[sendemail]
	smtpserver = mail.ilvokhin.com
	smtpuser = d@ilvokhin.com
	smtpencryption = ssl
	smtpserverport = 465