set pull.rebase to false in .gitconfig

This commit is contained in:
2022-02-28 22:32:18 +03:00
parent e881bed7e6
commit a941cd681d

View File

@@ -13,3 +13,5 @@
tool = nvim
[mergetool]
prompt = false
[pull]
rebase = false