Jak scalać i utrzymać głowę w git dla wszystkich plików

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