git ours

Checkout our version of a file and add it

Git alias:

ours = !"f() { git checkout --ours   $@ && git add $@; }; f"

Example:

git ours

Compare: