blob: 5f9739141984d01091b2a48fa750a4620671bcc4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# dotfiles -- gitconfig
# author: johannst
[user]
email = stoelp@eit.uni-kl.de
name = johannst
[diff]
tool = vimdiff
[difftool]
prompt = false
[alias]
lol = log --graph --decorate --pretty=oneline --abbrev-commit --all
d = difftool
[core]
editor = vim
[color]
ui = true
|