aboutsummaryrefslogtreecommitdiff
path: root/gitconfig
blob: 2836cb88c7c2f833f8452599cf6bb3e3656566cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[user]
	name = Karel Kočí
	email = cynerd@email.cz
	signingkey = A6BC8B8CEB31659B
[push]
	default = simple
[core]
	editor = vim
[commit]
	gpgsign = true
[merge]
	tool = vimdiff
[pull]
	ff = only
[commit]
	gpgSign = true