Git alias:
theirs = !"f() { git checkout --theirs $@ && git add $@; }; f"
Example:
git theirs
Compare:
git ours & git theirs (describes both)
git ours
git theirs (this alias)