git - How to skip "Hit return to start merge resolution tool" and open mergetool automatically -
git asking hit return button open mergetool each conflict file 1 one:
> git mergetool normal merge conflict '...': {local}: modified file {remote}: modified file hit return start merge resolution tool (opendiff):
how can avoid hitting return step project , open configured merge tool automatically?
use -y
flag. documentation:
-y
--no-prompt
don’t prompt before each invocation of merge resolution program.
Comments
Post a Comment