dotfiles/gitconfig

21 lines
198 B
Plaintext
Raw Normal View History

2020-11-22 16:58:46 +01:00
[core]
excludesfile = ~/.gitignore
[pull]
ff = only
rebase = true
[merge]
ff = only
tool = vimdiff2
[diff]
tool = vimdiff2
[rebase]
autostash = true
autosquash = true
[log]
abbrevcommit = true