summaryrefslogtreecommitdiff
path: root/.gitconfig
blob: e4dca3427fc8b491f4f02cec6eba0b5f73114faf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[alias]
   lol = log --graph --decorate --pretty=oneline --abbrev-commit --all
   d = difftool
[user]
   email = stoelp@eit.uni-kl.de
   name = johannst
[core]
   editor = vim
[diff]
   tool = vimdiff
[difftool]
	prompt = false