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

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -