aboutsummaryrefslogtreecommitdiff
path: root/gitconfig
blob: 712e4dff7df94afbc50c82851dca402d5dd4f8d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[user]
	name = Ruben Beltran del Rio
	email = ruben@unlimited.pizza
	signingkey = B7C3495D98F27947
[sendemail]
	smtpserver = smtp.fastmail.com
	smtpuser = ruben@unlimited.pizza
	smtpencryption = ssl
	smtpserverport = 465
[core]
	editor = nvim
[color]
	diff = auto
[push]
	default = simple
[pull]
  rebase = false
[commit]
	gpgsign = true
[init]
	defaultBranch = main