summaryrefslogtreecommitdiff
path: root/gitconfig
blob: 936df37fda7e0ea8e3d1b3f7533b32e2406bcb76 (plain) (blame)
1
2
3
4
5
6
7
8
9
# vim: ft=gitconfig
[user]
	name = Johannes Ranke
	email = jranke@uni-bremen.de
[push]
	default = simple
[core]
	excludesfile = ~/.gitignore
	autocrlf = input

Contact - Imprint