From 839c2a741c17f9c3ab705d6a16d562174aca593a Mon Sep 17 00:00:00 2001 From: traxys Date: Mon, 15 Jul 2024 11:00:47 +0200 Subject: [PATCH] minimal: Add update refs --- minimal/hm.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/minimal/hm.nix b/minimal/hm.nix index a177260..771d0f0 100644 --- a/minimal/hm.nix +++ b/minimal/hm.nix @@ -133,7 +133,10 @@ enabled = true; autoUpdate = true; }; - rebase.autosquash = true; + rebase = { + autosquash = true; + updateRefs = true; + }; branch.sort = "-committerdate"; column.ui = "auto"; diff = {