dotfiles/gitconfig

21 lines
198 B
Plaintext

[core]
excludesfile = ~/.gitignore
[pull]
ff = only
rebase = true
[merge]
ff = only
tool = vimdiff2
[diff]
tool = vimdiff2
[rebase]
autostash = true
autosquash = true
[log]
abbrevcommit = true