From 5bcecad8b6e2fd6f03f1c7824c22a89a7e2eb5e8 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Wed, 26 Feb 2025 08:37:03 +0100 Subject: [PATCH] feat(git): update dependent branches on rebase --- git/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/git/default.nix b/git/default.nix index 43027cf..84a4f13 100644 --- a/git/default.nix +++ b/git/default.nix @@ -78,7 +78,11 @@ push.recurseSubmodules = "on-demand"; - rebase.autostash = true; + rebase = { + qutoSquash = true; + autoStash = true; + updateRefs = true; + }; rerere = { autoupdate = true;