summaryrefslogtreecommitdiff
path: root/.gitconfig
blob: 65d0e58fa39d0f42e269fc62b951fac6a3f303ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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
[color]
   ui = true