Git Pull Auto Rebase Acepta entrante

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