add no-ff to global git config

This commit is contained in:
Alexander Navarro 2024-11-27 19:13:12 -03:00
parent c421ab7b8f
commit f7c229fcf6

View file

@ -10,5 +10,7 @@
path = ~/.config/git/config-work
[merge]
autoStash = true
edit = no
ff = no
[rebase]
autoStash = true