So fusionieren Sie und halten Sie den Kopf in Git für alle Dateien

git checkout --ours -- <paths>
# or
git checkout --theirs -- <paths>
DreamCoder