aboutsummaryrefslogtreecommitdiffstats
path: root/git/.gitconfig
blob: fb5895c49996a05cb1886676d4196d2f116e2f65 (plain)
1
2
3
4
5
6
7
8
9
[user]
	email = me@peter-struschka.com
	name = Peter Son Struschka
[color]
	ui = true
[core]
	excludesfile = ~/.gitignore_global
[credential]
	helper = cache --timeout=600