summaryrefslogtreecommitdiff
path: root/gitconfig
blob: b7d11d302a7d9b364f32479ec439b9a5bd13e8d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[user]
	name = Peter Palfrader
	email = peter@palfrader.org
[alias]
	st = status
	ci = commit
[color]
	diff = auto
	status = auto
	branch = auto
[http]
	sslCAPath = /etc/ssl/certs
[merge]
	summary = true