Git now has rebase set to true by default

This commit is contained in:
2026-02-05 15:31:53 +01:00
parent fca3fa7b20
commit c02e69ee85

View File

@@ -8,6 +8,7 @@
email = "patrickcanal3@gmail.com"; email = "patrickcanal3@gmail.com";
}; };
init.defaultBranch = "main"; init.defaultBranch = "main";
pull.rebase = true;
}; };
}; };
} }