cara menggabungkan dan menjaga kepala di git untuk semua file

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