summaryrefslogtreecommitdiff
path: root/gitconfig
blob: 3838b3f0f121eadc7514b756520db244a8be9c9e (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 = johannes.stoelp@gmail.de
   name = johannst
[diff]
   tool = vimdiff
[difftool]
   prompt = false
[alias]
   lol = log --graph --decorate --pretty=oneline --abbrev-commit --all
   vimdiff = difftool
[core]
   editor = vim
[color]
   ui = true