Is it possible to merge a branch into a current branch in git and accept HEAD for all merge conflicts? Basically this says I know what I’m doing and don’t care what’s in the other branch I’m merging in, accept everything from HEAD of the current branch and do not complain about merge conflicts.
Share
From the documentation for git merge: