aboutsummaryrefslogtreecommitdiff
path: root/gitconfig
blob: fb57ba11c5370eedccef07d7f6bdc398dd15f8f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[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
[diff]
    external = difft