git: Set pull to rebase

This commit is contained in:
PapaTutuWawa 2021-08-02 21:49:48 +02:00
parent d4233813f6
commit 616c749198

View File

@ -11,6 +11,10 @@
defaultBranch = "master";
};
pull = {
rebase = true;
};
core = {
editor = "rvim";
filemode = "false";