disable rebase strategy for pulls in git
This commit is contained in:
parent
e47bddb619
commit
d25215793d
1 changed files with 2 additions and 0 deletions
|
@ -31,3 +31,5 @@
|
||||||
[merge]
|
[merge]
|
||||||
tool = vimdiff
|
tool = vimdiff
|
||||||
guitool = meld
|
guitool = meld
|
||||||
|
[pull]
|
||||||
|
rebase = false
|
||||||
|
|
Loading…
Add table
Reference in a new issue