misc work fixes
This commit is contained in:
parent
b1f0fba89a
commit
9a13fa283d
11 changed files with 131 additions and 37 deletions
|
|
@ -16,6 +16,8 @@
|
|||
ours = "!f() { git checkout --ours $@ && git add $@; }; f"
|
||||
theirs = "!f() { git checkout --theirs $@ && git add $@; }; f"
|
||||
praise = blame
|
||||
blame = "gblame"
|
||||
reabsorb = rebase -i --autosquash
|
||||
|
||||
[diff]
|
||||
renamelimit = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue