Before Git pull
git pull -s recursive -X theirs <remoterepo or other repo>
In the default repository
git pull -X theirs
Git pull already performed and you’re in a conflicted state
git checkout --theirs path/to/file
Before Git pull
git pull -s recursive -X theirs <remoterepo or other repo>
In the default repository
git pull -X theirs
Git pull already performed and you’re in a conflicted state
git checkout --theirs path/to/file