aboutsummaryrefslogtreecommitdiff
path: root/gitconfig
blob: 485954e152f1e06333b6b1dbb379e5b5f9757740 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[user]
	name = Ruben Beltran del Rio
	email = ruben@unlimited.pizza
	signingkey = B7C3495D98F27947
[core]
	editor = nvim
[color]
	diff = auto
[push]
	default = simple
[pull]
  rebase = false
[commit]
	gpgsign = true