Add ours/theirs
This commit is contained in:
parent
ca79c3cff7
commit
c17e59bf17
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,8 @@
|
||||||
sdiff = diff --staged
|
sdiff = diff --staged
|
||||||
graph = log --graph --oneline
|
graph = log --graph --oneline
|
||||||
submodule-pull = submodule foreach git pull
|
submodule-pull = submodule foreach git pull
|
||||||
|
ours = "!f() { git checkout --ours $@ && git add $@; }; f"
|
||||||
|
theirs = "!f() { git checkout --theirs $@ && git add $@; }; f"
|
||||||
|
|
||||||
[diff]
|
[diff]
|
||||||
renamelimit = 0
|
renamelimit = 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue