Set the config variable merge.ff
to false
:
git config --global merge.ff false
(Without --global
to limit the effect to the current project)
Set the config variable merge.ff
to false
:
git config --global merge.ff false
(Without --global
to limit the effect to the current project)