Cómo fusionar y mantener la cabeza en GIT para todos los archivos
git checkout --ours -- <paths>
# or
git checkout --theirs -- <paths>
DreamCoder
git checkout --ours -- <paths>
# or
git checkout --theirs -- <paths>