Is it possible to merge a branch into the current branch in git and accept HEAD for all merge conflicts? It basically says that I know what I'm doing, and I don't care that in the other branch I am merging in, I accept everything from the HEAD of the current branch and do not complain about merge conflicts.
source
share