summaryrefslogtreecommitdiff
path: root/.gitconfig
blob: 57b35bae4a4e8e4da3b580cea26b531a8b76d54a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[credential]
	helper = store
[core]
	excludesFile = ~/.globalgitignore
	editor = vim
[user]
	name = Syndamia
	email = kamen@syndamia.com
[safe]
	directory = /var/db/repos/gentoo
[commit]
	gpgSign = true