1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 20:40:32 +01:00
Files
vimconfig/git/.config/git/config
2016-07-18 13:00:19 +02:00

31 lines
339 B
Plaintext

[core]
pager = less -x4
editor = vim
excludesfile = ~/.config/git/ignore
[user]
name = Bert Peters
email = bert.ljpeters@gmail.com
[color]
ui = auto
[log]
abbrevCommit = true
follow = true
[commit]
verbose = true
[push]
default = simple
[merge]
tool = vimdiff
[help]
autocorrect = 10
[branch]
autosetuprebase = always