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

Contact - Imprint