git pull auto rebase принять вход

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