summaryrefslogtreecommitdiff
path: root/cvs/.gitconfig
blob: 72d0f80f5497613539b69c2809a24af527243f6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[user]
	name = Mikhail Kirillov
	email = w96k@riseup.net
[gpg]
	program = gpg2
[github]
	user = w96k
[color]
	ui = auto
[sendemail]
	smtpEncryption = tls
	smtpServer = smtp.riseup.net
	smtpUser = w96k@riseup.net
	smtpServerPort = 587
[init]
	defaultBranch = master
[http]
	sslVerify = true