Add ours/theirs

This commit is contained in:
Barak Michener 2013-04-08 11:11:57 -04:00
parent ca79c3cff7
commit c17e59bf17

View file

@ -13,6 +13,8 @@
sdiff = diff --staged
graph = log --graph --oneline
submodule-pull = submodule foreach git pull
ours = "!f() { git checkout --ours $@ && git add $@; }; f"
theirs = "!f() { git checkout --theirs $@ && git add $@; }; f"
[diff]
renamelimit = 0