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

Line ending issue with Mercurial or Visual Studio -

python - Received unregistered task using Celery with Django -

php - Retrieving data submitted with Yii's CActiveForm -