aboutsummaryrefslogtreecommitdiff
path: root/gitconfig
blob: cc14fe3b6d2e82c57e20e8f2acfadf4763b296d6 (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 = CF016B28A85750E3C1B80CEB14871BABBDF9DFF5
[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