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

Contact - Imprint