summaryrefslogblamecommitdiff
path: root/gitconfig
blob: 5f9739141984d01091b2a48fa750a4620671bcc4 (plain) (tree)
1
2
3
4
5
6
7
8
9


                       


                               

                 
          
                 




                                                                      

            
# 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