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


                       
      
                                    
                  

                 
          
                 

                                                                      
                     

               

            
# dotfiles -- gitconfig
# author: johannst

[user]
   email = johannes.stoelp@gmail.com
   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