git till auto rebase accepter entrant

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