feat(git): update dependent branches on rebase

This commit is contained in:
Michael Mandl 2025-02-26 08:37:03 +01:00
parent 325ddabe3c
commit 5bcecad8b6
Signed by: mandlm
GPG key ID: 088ED38F036C7AF2

View file

@ -78,7 +78,11 @@
push.recurseSubmodules = "on-demand";
rebase.autostash = true;
rebase = {
qutoSquash = true;
autoStash = true;
updateRefs = true;
};
rerere = {
autoupdate = true;