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