I am facing an issue when applying git patch to a branch. Following command is showing that patch can not be applied but git mergetool is not showing any conflicts
git am -3 < changes.patch
Found something similar at: git am error: "patch does not apply"