You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the set merge tool (git config merge.tool <x>) is not available the error is thrown:
The merge tool is not available as '<x_cmd>'
This error message could be detected and the user advised to set up a working merge tool. git config --help will display available preset mergetools under merge.tool.
The text was updated successfully, but these errors were encountered:
When the set merge tool (
git config merge.tool <x>
) is not available the error is thrown:This error message could be detected and the user advised to set up a working merge tool.
git config --help
will display available preset mergetools undermerge.tool
.The text was updated successfully, but these errors were encountered: