mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-05 03:41:30 +01:00
21 lines
198 B
Plaintext
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
|