1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 12:30:32 +01:00
Files
vimconfig/git/.config/git/config

53 lines
792 B
Plaintext

[core]
pager = less -x4 -F -X
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
pushf = push --force-with-lease
fixup = commit --fixup=@
master = !git fetch && git checkout -B master origin/master
[rebase]
autosquash = true
[fetch]
prune = true
[sendemail]
smtpserver = charon.bertptrs.nl
smtpserverport = 587
smtpuser = bert
smtpencryption = tls