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