update
This commit is contained in:
parent
0cf03d25d8
commit
924ec15b2a
4 changed files with 14 additions and 2 deletions
|
|
@ -15,6 +15,7 @@
|
|||
submodule-pull = submodule foreach git pull
|
||||
ours = "!f() { git checkout --ours $@ && git add $@; }; f"
|
||||
theirs = "!f() { git checkout --theirs $@ && git add $@; }; f"
|
||||
praise = blame
|
||||
|
||||
[diff]
|
||||
renamelimit = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue