aboutsummaryrefslogtreecommitdiff
path: root/gitconfig
blob: e60d8a9c0c56a575f1dd9862f8454f39e842b56d (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 = vim
[color]
	diff = auto
[push]
	default = simple
[pull]
  rebase = false
[commit]
	gpgsign = true