@domenico
To disable npm-merge-drive
in git merge, you can remove the existing configuration setting by running the following command:
1
|
git config --local --unset merge.npm-merge-driver.driver |
This will remove the custom merge driver setting for npm-merge-driver
and revert to the default merge behavior for git.