summaryrefslogtreecommitdiff
path: root/.config/git/config
blob: 21657461c4958610970f62421bbe21e4c7ee447e (plain)
1
2
3
4
5
6
7
8
9
10
11
[user]
	email = sebastiano@tronto.net
	name = Sebastiano Tronto
[credential]
	helper = store
[pull]
	rebase = false
[sendemail]
	smtpserver = /usr/bin/msmtp
[push]
	autoSetupRemote = true

Generated with cgit - Back to sebastiano.tronto.net