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 alias:
ours = !"f() { git checkout --ours $@ && git add $@; }; f"
Example:
git ours
Compare:
git ours & git theirs (describes both)
git ours (this alias)