Re: how to automatically open conflicted files when "git rebase" encounter conflict
From: Junio C Hamano <hidden> Date: 2022-03-18 18:24:21
Erik Cervin Edin [off-list ref] writes:
In the situations of more complicated conflicts (as well as the
functionality you request) can be invoked using
git mergetool
git mergetool -- 'pathspec'
git mergetool --tool=vimdiff -- 'pathspec'
Yeah, I forgot all about "git mergetool". I think that is the
official answer to the original question.