Often, git
's auto-merge performs a merge operation in ways I do not want, e.g., removing lines of code that should have been kept while keeping those that needs to be deleted.
So I tried forcing merge by performing git fetch
followed by git mergetool
, but it does not allow me, and gave me "No files need merging" message.
Is there any way to force manual merge even when there is no merge conflict?