git: only allow ff merges on pull

This commit is contained in:
Fernando Schauenburg 2022-02-07 16:23:30 +01:00
parent 0d50f10fc6
commit 211498d107

View file

@ -18,6 +18,9 @@
[push]
default = nothing
[pull]
ff = only
[merge]
tool = vimdiff