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
2020-09-16 17:02:40 +02:00

43 lines
538 B
Plaintext

[core]
pager = less -x4
editor = vim
excludesfile = ~/.config/git/ignore
[user]
name = Bert Peters
email = bert@bertptrs.nl
[color]
ui = auto
[log]
abbrevCommit = true
follow = true
[commit]
verbose = true
[push]
default = simple
[merge]
tool = vimdiff
[help]
autocorrect = 10
[pull]
rebase = true
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[alias]
cp = cherry-pick
autosquash = rebase -i --autosquash
[rebase]
autosquash = true