chore(git): disable rebase
parent
b58d9640e0
commit
40daad4613
|
@ -29,6 +29,7 @@ git config --global diff.colorMoved no
|
|||
git config --global fetch.prune true
|
||||
git config --global init.defaultBranch main
|
||||
git config --global merge.conflictstyle diff3
|
||||
git config --global pull.rebase false
|
||||
git config --global pull.twohead ort
|
||||
git config --global push.autoSetupRemote true
|
||||
git config --global rebase.stat true
|
||||
|
|
Loading…
Reference in New Issue