1 min read 17 words Updated Sep 24, 2026 Created Sep 24, 2026
#git

Simply accepting all incoming changes: git checkout --theirs <file>

Accepting all local changes: --ours instead of theirs